#6C2565

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

Shades of Palatinate Purple #6C2565

Tints of Palatinate Purple #6C2565

Color information

#6C2565 (or 0x6C2565) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 25 and 65. RGB value is (108,37,101). Sum of RGB (Red+Green+Blue) = 108+37+101=246 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.90% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2565 is #93DA9A. Grayscale: #414141. Windows color (decimal): -9689755 or 6628716. OLE color: 6628716.

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

Color convert

RGB10837101-
CMYK00.660.060.58
HSL305.92º48.97%28.43%-
HSV(B)305.92º65.74%42.35%-
XYZ9.195.4512.88-
YUV65.52148.02158.3-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.90%
GREEN value IS 37 (14.84% from 255) = 15.04%
BLUE value IS 101 (39.84% from 255) = 41.06%
R=43.90%
G=15.04%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1083710100.660.060.58305.9248.9728.43
Hex6C256504263A132311c
Octal1544514501026724626134
Binary110110010010111001010100001011011101010011001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,37,101); }

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

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

 a { background-color: rgb(108,37,101); }

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

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

 span { border-color: rgb(108,37,101); }

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