#6E219F

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

Shades of Royal Purple #6E219F

Tints of Royal Purple #6E219F

Color information

#6E219F (or 0x6E219F) is unknown color: approx Royal Purple. HEX triplet: 6E, 21 and 9F. RGB value is (110,33,159). Sum of RGB (Red+Green+Blue) = 110+33+159=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #6E219F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E219F is #91DE60. Grayscale: #454545. Windows color (decimal): -9559649 or 10428782. OLE color: 10428782.

HSL color Cylindrical-coordinate representation of color #6E219F: hue angle of 276.67º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E219F is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11033159-
CMYK0.310.7900.38
HSL276.67º65.62%37.65%-
HSV(B)276.67º79.25%62.35%-
XYZ13.236.9133.44-
YUV70.39178.01156.25-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.42%
GREEN value IS 33 (13.28% from 255) = 10.93%
BLUE value IS 159 (62.5% from 255) = 52.65%
R=36.42%
G=10.93%
B=52.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110331590.310.7900.38276.6765.6237.65
Hex6E219F1F4F0261154226
Octal156412373711704642510246
Binary11011101000011001111111111100111101001101000101011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E219F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,33,159); }

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

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

 a { background-color: rgb(110,33,159); }

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

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

 span { border-color: rgb(110,33,159); }

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