#6C035C

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

Shades of Palatinate Purple #6C035C

Tints of Palatinate Purple #6C035C

Color information

#6C035C (or 0x6C035C) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 03 and 5C. RGB value is (108,3,92). Sum of RGB (Red+Green+Blue) = 108+3+92=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C035C is #93FCA3. Grayscale: #2C2C2C. Windows color (decimal): -9698468 or 6030188. OLE color: 6030188.

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

Color convert

RGB108392-
CMYK00.970.150.58
HSL309.14º94.59%21.76%-
HSV(B)309.14º97.22%42.35%-
XYZ8.154.0310.47-
YUV44.54154.79173.26-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 53.20%
GREEN value IS 3 (1.56% from 255) = 1.48%
BLUE value IS 92 (36.33% from 255) = 45.32%
R=53.20%
G=1.48%
B=45.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10839200.970.150.58309.1494.5921.76
Hex6C35C061F3A1355f16
Octal15431340141177246513726
Binary1101100111011100011000011111111010100110101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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