#6f0f60

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

Shades of Palatinate Purple #6F0F60

Tints of Palatinate Purple #6F0F60

Color information

#6F0F60 (or 0x6F0F60) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 0F and 60. RGB value is (111,15,96). Sum of RGB (Red+Green+Blue) = 111+15+96=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 15 (6.25% from 255 or 6.76% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0F60 is #90F09F. Grayscale: #343434. Windows color (decimal): -9498784 or 6295407. OLE color: 6295407.

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

Color convert

RGB1111596-
CMYK00.860.140.56
HSL309.38º76.19%24.71%-
HSV(B)309.38º86.49%43.53%-
XYZ8.844.5711.48-
YUV52.94152.3169.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50%
GREEN value IS 15 (6.25% from 255) = 6.76%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=50%
G=6.76%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111159600.860.140.56309.3876.1924.71
Hex6FF60056E381354c19
Octal157171400126167046511431
Binary110111111111100000010101101110111000100110101100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f0f60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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