#6D1C6C

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

Shades of Palatinate Purple #6D1C6C

Tints of Palatinate Purple #6D1C6C

Color information

#6D1C6C (or 0x6D1C6C) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 1C and 6C. RGB value is (109,28,108). Sum of RGB (Red+Green+Blue) = 109+28+108=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1C6C is #92E393. Grayscale: #3D3D3D. Windows color (decimal): -9626516 or 7085165. OLE color: 7085165.

HSL color Cylindrical-coordinate representation of color #6D1C6C: hue angle of 300.74º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D1C6C is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB10928108-
CMYK00.740.010.57
HSL300.74º59.12%26.86%-
HSV(B)300.74º74.31%42.75%-
XYZ9.435.1614.69-
YUV61.34154.34162-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.49%
GREEN value IS 28 (11.33% from 255) = 11.43%
BLUE value IS 108 (42.58% from 255) = 44.08%
R=44.49%
G=11.43%
B=44.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1092810800.740.010.57300.7459.1226.86
Hex6D1C6C04A13912d3b1b
Octal1553415401121714557333
Binary110110111100110110001001010111100110010110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,28,108); }

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

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

 a { background-color: rgb(109,28,108); }

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

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

 span { border-color: rgb(109,28,108); }

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