#6F0E62

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

Shades of Palatinate Purple #6F0E62

Tints of Palatinate Purple #6F0E62

Color information

#6F0E62 (or 0x6F0E62) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 0E and 62. RGB value is (111,14,98). Sum of RGB (Red+Green+Blue) = 111+14+98=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0E62 is #90F19D. Grayscale: #343434. Windows color (decimal): -9499038 or 6426223. OLE color: 6426223.

HSL color Cylindrical-coordinate representation of color #6F0E62: hue angle of 308.04º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F0E62 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB1111498-
CMYK00.870.120.56
HSL308.04º77.6%24.51%-
HSV(B)308.04º87.39%43.53%-
XYZ8.924.5811.97-
YUV52.58153.64169.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.78%
GREEN value IS 14 (5.86% from 255) = 6.28%
BLUE value IS 98 (38.67% from 255) = 43.95%
R=49.78%
G=6.28%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111149800.870.120.56308.0477.624.51
Hex6FE62057C381344e19
Octal157161420127147046411631
Binary110111111101100010010101111100111000100110100100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,14,98); }

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

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

 a { background-color: rgb(111,14,98); }

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

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

 span { border-color: rgb(111,14,98); }

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