#6F1970

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

Shades of Palatinate Purple #6F1970

Tints of Palatinate Purple #6F1970

Color information

#6F1970 (or 0x6F1970) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 19 and 70. RGB value is (111,25,112). Sum of RGB (Red+Green+Blue) = 111+25+112=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F1970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1970 is #90E68F. Grayscale: #3C3C3C. Windows color (decimal): -9496208 or 7346543. OLE color: 7346543.

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

Color convert

RGB11125112-
CMYK0.010.7800.56
HSL299.31º63.5%26.86%-
HSV(B)299.31º77.68%43.92%-
XYZ9.835.2415.82-
YUV60.63156.99163.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.76%
GREEN value IS 25 (10.16% from 255) = 10.08%
BLUE value IS 112 (44.14% from 255) = 45.16%
R=44.76%
G=10.08%
B=45.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111251120.010.7800.56299.3163.526.86
Hex6F197014E03812b401b
Octal15731160111607045310033
Binary1101111110011110000110011100111000100101011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,25,112); }

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

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

 a { background-color: rgb(111,25,112); }

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

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

 span { border-color: rgb(111,25,112); }

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