#6C1A5C

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

Shades of Palatinate Purple #6C1A5C

Tints of Palatinate Purple #6C1A5C

Color information

#6C1A5C (or 0x6C1A5C) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 1A and 5C. RGB value is (108,26,92). Sum of RGB (Red+Green+Blue) = 108+26+92=226 (29% of max value = 765). Red value is 108 (42.58% from 255 or 47.79% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C1A5C is #93E5A3. Grayscale: #393939. Windows color (decimal): -9692580 or 6036076. OLE color: 6036076.

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

Color convert

RGB1082692-
CMYK00.760.150.58
HSL311.71º61.19%26.27%-
HSV(B)311.71º75.93%42.35%-
XYZ8.494.710.59-
YUV58.04147.17163.63-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 47.79%
GREEN value IS 26 (10.55% from 255) = 11.50%
BLUE value IS 92 (36.33% from 255) = 40.71%
R=47.79%
G=11.50%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108269200.760.150.58311.7161.1926.27
Hex6C1A5C04CF3A1383d1a
Octal15432134011417724707532
Binary110110011010101110001001100111111101010011100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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