#6F0A61

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

Shades of Palatinate Purple #6F0A61

Tints of Palatinate Purple #6F0A61

Color information

#6F0A61 (or 0x6F0A61) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 0A and 61. RGB value is (111,10,97). Sum of RGB (Red+Green+Blue) = 111+10+97=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0A61 is #90F59E. Grayscale: #313131. Windows color (decimal): -9500063 or 6359663. OLE color: 6359663.

HSL color Cylindrical-coordinate representation of color #6F0A61: hue angle of 308.32º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F0A61 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1111097-
CMYK00.910.130.56
HSL308.32º83.47%23.73%-
HSV(B)308.32º90.99%43.53%-
XYZ8.824.4611.71-
YUV50.12154.46171.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.92%
GREEN value IS 10 (4.30% from 255) = 4.59%
BLUE value IS 97 (38.28% from 255) = 44.50%
R=50.92%
G=4.59%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111109700.910.130.56308.3283.4723.73
Hex6FA6105BD381345318
Octal157121410133157046412330
Binary110111110101100001010110111101111000100110100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,10,97); }

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

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

 a { background-color: rgb(111,10,97); }

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

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

 span { border-color: rgb(111,10,97); }

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