#6C285C

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

Shades of Palatinate Purple #6C285C

Tints of Palatinate Purple #6C285C

Color information

#6C285C (or 0x6C285C) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 28 and 5C. RGB value is (108,40,92). Sum of RGB (Red+Green+Blue) = 108+40+92=240 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 108 - color contains mainly: red. Hex color #6C285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C285C is #93D7A3. Grayscale: #424242. Windows color (decimal): -9688996 or 6039660. OLE color: 6039660.

HSL color Cylindrical-coordinate representation of color #6C285C: hue angle of 314.12º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C285C is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB1084092-
CMYK00.630.150.58
HSL314.12º45.95%29.02%-
HSV(B)314.12º62.96%42.35%-
XYZ8.875.4810.71-
YUV66.26142.53157.77-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45%
GREEN value IS 40 (16.02% from 255) = 16.67%
BLUE value IS 92 (36.33% from 255) = 38.33%
R=45%
G=16.67%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108409200.630.150.58314.1245.9529.02
Hex6C285C03FF3A13a2e1d
Octal1545013407717724725635
Binary110110010100010111000111111111111101010011101010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C285C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,40,92); }

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

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

 a { background-color: rgb(108,40,92); }

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

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

 span { border-color: rgb(108,40,92); }

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