#6C215B

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

Shades of Palatinate Purple #6C215B

Tints of Palatinate Purple #6C215B

Color information

#6C215B (or 0x6C215B) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 21 and 5B. RGB value is (108,33,91). Sum of RGB (Red+Green+Blue) = 108+33+91=232 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.55% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 108 - color contains mainly: red. Hex color #6C215B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C215B is #93DEA4. Grayscale: #3D3D3D. Windows color (decimal): -9690789 or 5972332. OLE color: 5972332.

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

Color convert

RGB1083391-
CMYK00.690.160.58
HSL313.6º53.19%27.65%-
HSV(B)313.6º69.44%42.35%-
XYZ8.625.0310.41-
YUV62.04144.35160.78-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.55%
GREEN value IS 33 (13.28% from 255) = 14.22%
BLUE value IS 91 (35.94% from 255) = 39.22%
R=46.55%
G=14.22%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108339100.690.160.58313.653.1927.65
Hex6C215B045103A13a351c
Octal15441133010520724726534
Binary11011001000011011011010001011000011101010011101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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