#6C1859

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

Shades of Palatinate Purple #6C1859

Tints of Palatinate Purple #6C1859

Color information

#6C1859 (or 0x6C1859) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 18 and 59. RGB value is (108,24,89). Sum of RGB (Red+Green+Blue) = 108+24+89=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1859 is #93E7A6. Grayscale: #383838. Windows color (decimal): -9693095 or 5838956. OLE color: 5838956.

HSL color Cylindrical-coordinate representation of color #6C1859: hue angle of 313.57º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C1859 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB1082489-
CMYK00.780.180.58
HSL313.57º63.64%25.88%-
HSV(B)313.57º77.78%42.35%-
XYZ8.314.569.89-
YUV56.53146.33164.71-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.87%
GREEN value IS 24 (9.77% from 255) = 10.86%
BLUE value IS 89 (35.16% from 255) = 40.27%
R=48.87%
G=10.86%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108248900.780.180.58313.5763.6425.88
Hex6C185904E123A13a401a
Octal154301310116227247210032
Binary11011001100010110010100111010010111010100111010100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,24,89); }

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

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

 a { background-color: rgb(108,24,89); }

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

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

 span { border-color: rgb(108,24,89); }

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