#6C1365

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

Shades of Palatinate Purple #6C1365

Tints of Palatinate Purple #6C1365

Color information

#6C1365 (or 0x6C1365) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 13 and 65. RGB value is (108,19,101). Sum of RGB (Red+Green+Blue) = 108+19+101=228 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.37% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1365 is #93EC9A. Grayscale: #363636. Windows color (decimal): -9694363 or 6624108. OLE color: 6624108.

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

Color convert

RGB10819101-
CMYK00.820.060.58
HSL304.72º70.08%24.9%-
HSV(B)304.72º82.41%42.35%-
XYZ8.774.5912.74-
YUV54.96153.99165.83-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 47.37%
GREEN value IS 19 (7.81% from 255) = 8.33%
BLUE value IS 101 (39.84% from 255) = 44.30%
R=47.37%
G=8.33%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081910100.820.060.58304.7270.0824.9
Hex6C136505263A1314619
Octal15423145012267246110631
Binary110110010011110010101010010110111010100110001100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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