#6C185A

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

Shades of Palatinate Purple #6C185A

Tints of Palatinate Purple #6C185A

Color information

#6C185A (or 0x6C185A) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 18 and 5A. RGB value is (108,24,90). Sum of RGB (Red+Green+Blue) = 108+24+90=222 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.65% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 108 - color contains mainly: red. Hex color #6C185A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C185A is #93E7A5. Grayscale: #383838. Windows color (decimal): -9693094 or 5904492. OLE color: 5904492.

HSL color Cylindrical-coordinate representation of color #6C185A: hue angle of 312.86º 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 #6C185A is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB1082490-
CMYK00.780.170.58
HSL312.86º63.64%25.88%-
HSV(B)312.86º77.78%42.35%-
XYZ8.364.5810.12-
YUV56.64146.83164.63-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.65%
GREEN value IS 24 (9.77% from 255) = 10.81%
BLUE value IS 90 (35.55% from 255) = 40.54%
R=48.65%
G=10.81%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108249000.780.170.58312.8663.6425.88
Hex6C185A04E113A139401a
Octal154301320116217247110032
Binary11011001100010110100100111010001111010100111001100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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