#6F1570

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

Shades of Palatinate Purple #6F1570

Tints of Palatinate Purple #6F1570

Color information

#6F1570 (or 0x6F1570) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 15 and 70. RGB value is (111,21,112). Sum of RGB (Red+Green+Blue) = 111+21+112=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F1570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1570 is #90EA8F. Grayscale: #3A3A3A. Windows color (decimal): -9497232 or 7345519. OLE color: 7345519.

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

Color convert

RGB11121112-
CMYK0.010.8100.56
HSL299.34º68.42%26.08%-
HSV(B)299.34º81.25%43.92%-
XYZ9.755.0915.8-
YUV58.28158.32165.6-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.49%
GREEN value IS 21 (8.59% from 255) = 8.61%
BLUE value IS 112 (44.14% from 255) = 45.90%
R=45.49%
G=8.61%
B=45.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111211120.010.8100.56299.3468.4226.08
Hex6F157015103812b441a
Octal15725160112107045310432
Binary1101111101011110000110100010111000100101011100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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