#6e249b

Color #6E249B Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #6E249B

Tints of Royal Purple #6E249B

Color information

#6E249B (or 0x6E249B) is unknown color: approx Royal Purple. HEX triplet: 6E, 24 and 9B. RGB value is (110,36,155). Sum of RGB (Red+Green+Blue) = 110+36+155=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E249B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E249B is #91DB64. Grayscale: #474747. Windows color (decimal): -9558885 or 10167406. OLE color: 10167406.

HSL color Cylindrical-coordinate representation of color #6E249B: hue angle of 277.31º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E249B is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11036155-
CMYK0.290.7700.39
HSL277.31º62.3%37.45%-
HSV(B)277.31º76.77%60.78%-
XYZ12.986.9431.67-
YUV71.69175.02155.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 36.54%
GREEN value IS 36 (14.45% from 255) = 11.96%
BLUE value IS 155 (60.94% from 255) = 51.50%
R=36.54%
G=11.96%
B=51.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal110361550.290.7700.39277.3162.337.45
Hex6E249B1D4D0271153e25
Octal15644233351150474257645
Binary1101110100100100110111110110011010100111100010101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e249b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6e249b; }

 p { color: rgb(110,36,155); }

 H1.HeaderClassName
 {
   color: #6e249b;
 }
 .AnyTagClassName
 {
   color: #6e249b;
 }
</style>
background-color css

<style>
 a { background-color: #6e249b; }

 a { background-color: rgb(110,36,155); }

 div.DivClassName
 {
   background-color: #6e249b;
 }
 .BgClassName
 {
   background-color: #6e249b;
 }
</style>
border-color css

<style>
 span { border-color: #6e249b; }

 span { border-color: rgb(110,36,155); }

 td.TdClassName
 {
   border-color: #6e249b;
 }
 .TagClassName
 {
   border-color: #6e249b;
 }
</style>