#6F0A60

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

Shades of Palatinate Purple #6F0A60

Tints of Palatinate Purple #6F0A60

Color information

#6F0A60 (or 0x6F0A60) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 0A and 60. RGB value is (111,10,96). Sum of RGB (Red+Green+Blue) = 111+10+96=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0A60 is #90F59F. Grayscale: #313131. Windows color (decimal): -9500064 or 6294127. OLE color: 6294127.

HSL color Cylindrical-coordinate representation of color #6F0A60: hue angle of 308.91º 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 #6F0A60 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB1111096-
CMYK00.910.140.56
HSL308.91º83.47%23.73%-
HSV(B)308.91º90.99%43.53%-
XYZ8.784.4411.46-
YUV50153.96171.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.15%
GREEN value IS 10 (4.30% from 255) = 4.61%
BLUE value IS 96 (37.89% from 255) = 44.24%
R=51.15%
G=4.61%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111109600.910.140.56308.9183.4723.73
Hex6FA6005BE381355318
Octal157121400133167046512330
Binary110111110101100000010110111110111000100110101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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