#6F219E

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

Shades of Royal Purple #6F219E

Tints of Royal Purple #6F219E

Color information

#6F219E (or 0x6F219E) is unknown color: approx Royal Purple. HEX triplet: 6F, 21 and 9E. RGB value is (111,33,158). Sum of RGB (Red+Green+Blue) = 111+33+158=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F219E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F219E is #90DE61. Grayscale: #464646. Windows color (decimal): -9494114 or 10363247. OLE color: 10363247.

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

Color convert

RGB11133158-
CMYK0.300.7900.38
HSL277.44º65.45%37.45%-
HSV(B)277.44º79.11%61.96%-
XYZ13.276.9432.99-
YUV70.57177.34156.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.75%
GREEN value IS 33 (13.28% from 255) = 10.93%
BLUE value IS 158 (62.11% from 255) = 52.32%
R=36.75%
G=10.93%
B=52.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal111331580.300.7900.38277.4465.4537.45
Hex6F219E1E4F0261154125
Octal157412363611704642510145
Binary11011111000011001111011110100111101001101000101011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F219E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,33,158); }

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

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

 a { background-color: rgb(111,33,158); }

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

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

 span { border-color: rgb(111,33,158); }

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