#6c215d

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

Shades of Palatinate Purple #6C215D

Tints of Palatinate Purple #6C215D

Color information

#6C215D (or 0x6C215D) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 21 and 5D. RGB value is (108,33,93). Sum of RGB (Red+Green+Blue) = 108+33+93=234 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.15% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 108 - color contains mainly: red. Hex color #6C215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C215D is #93DEA2. Grayscale: #3E3E3E. Windows color (decimal): -9690787 or 6103404. OLE color: 6103404.

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

Color convert

RGB1083393-
CMYK00.690.140.58
HSL312º53.19%27.65%-
HSV(B)312º69.44%42.35%-
XYZ8.75.0710.88-
YUV62.26145.35160.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.15%
GREEN value IS 33 (13.28% from 255) = 14.10%
BLUE value IS 93 (36.72% from 255) = 39.74%
R=46.15%
G=14.10%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108339300.690.140.5831253.1927.65
Hex6C215D045E3A138351c
Octal15441135010516724706534
Binary1101100100001101110101000101111011101010011100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c215d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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