#6F1559

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

Shades of Palatinate Purple #6F1559

Tints of Palatinate Purple #6F1559

Color information

#6F1559 (or 0x6F1559) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 15 and 59. RGB value is (111,21,89). Sum of RGB (Red+Green+Blue) = 111+21+89=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1559 is #90EAA6. Grayscale: #373737. Windows color (decimal): -9497255 or 5838191. OLE color: 5838191.

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

Color convert

RGB1112189-
CMYK00.810.200.56
HSL314.67º68.18%25.88%-
HSV(B)314.67º81.08%43.53%-
XYZ8.634.649.89-
YUV55.66146.82167.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.23%
GREEN value IS 21 (8.59% from 255) = 9.50%
BLUE value IS 89 (35.16% from 255) = 40.27%
R=50.23%
G=9.50%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111218900.810.200.56314.6768.1825.88
Hex6F1559051143813b441a
Octal157251310121247047310432
Binary11011111010110110010101000110100111000100111011100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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