#6F3F93

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

Shades of Royal Purple #6F3F93

Tints of Royal Purple #6F3F93

Color information

#6F3F93 (or 0x6F3F93) is unknown color: approx Royal Purple. HEX triplet: 6F, 3F and 93. RGB value is (111,63,147). Sum of RGB (Red+Green+Blue) = 111+63+147=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F3F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3F93 is #90C06C. Grayscale: #565656. Windows color (decimal): -9486445 or 9650031. OLE color: 9650031.

HSL color Cylindrical-coordinate representation of color #6F3F93: hue angle of 274.29º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F3F93 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11163147-
CMYK0.240.5700.42
HSL274.29º40%41.18%-
HSV(B)274.29º57.14%57.65%-
XYZ13.69.0428.63-
YUV86.93161.9145.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.58%
GREEN value IS 63 (25% from 255) = 19.63%
BLUE value IS 147 (57.81% from 255) = 45.79%
R=34.58%
G=19.63%
B=45.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111631470.240.5700.42274.294041.18
Hex6F3F93183902A1122829
Octal1577722330710524225051
Binary110111111111110010011110001110010101010100010010101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,63,147); }

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

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

 a { background-color: rgb(111,63,147); }

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

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

 span { border-color: rgb(111,63,147); }

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