#6F1258

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

Shades of Palatinate Purple #6F1258

Tints of Palatinate Purple #6F1258

Color information

#6F1258 (or 0x6F1258) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 12 and 58. RGB value is (111,18,88). Sum of RGB (Red+Green+Blue) = 111+18+88=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1258 is #90EDA7. Grayscale: #353535. Windows color (decimal): -9498024 or 5771887. OLE color: 5771887.

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

Color convert

RGB1111888-
CMYK00.840.210.56
HSL314.84º72.09%25.29%-
HSV(B)314.84º83.78%43.53%-
XYZ8.534.529.65-
YUV53.79147.31168.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.15%
GREEN value IS 18 (7.42% from 255) = 8.29%
BLUE value IS 88 (34.77% from 255) = 40.55%
R=51.15%
G=8.29%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111188800.840.210.56314.8472.0925.29
Hex6F1258054153813b4819
Octal157221300124257047311031
Binary11011111001010110000101010010101111000100111011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,18,88); }

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

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

 a { background-color: rgb(111,18,88); }

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

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

 span { border-color: rgb(111,18,88); }

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