#6C215C

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

Shades of Palatinate Purple #6C215C

Tints of Palatinate Purple #6C215C

Color information

#6C215C (or 0x6C215C) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 21 and 5C. RGB value is (108,33,92). Sum of RGB (Red+Green+Blue) = 108+33+92=233 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.35% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 108 - color contains mainly: red. Hex color #6C215C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C215C is #93DEA3. Grayscale: #3D3D3D. Windows color (decimal): -9690788 or 6037868. OLE color: 6037868.

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

Color convert

RGB1083392-
CMYK00.690.150.58
HSL312.8º53.19%27.65%-
HSV(B)312.8º69.44%42.35%-
XYZ8.665.0510.64-
YUV62.15144.85160.7-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.35%
GREEN value IS 33 (13.28% from 255) = 14.16%
BLUE value IS 92 (36.33% from 255) = 39.48%
R=46.35%
G=14.16%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108339200.690.150.58312.853.1927.65
Hex6C215C045F3A139351c
Octal15441134010517724716534
Binary1101100100001101110001000101111111101010011100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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