#6D1A6C

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

Shades of Palatinate Purple #6D1A6C

Tints of Palatinate Purple #6D1A6C

Color information

#6D1A6C (or 0x6D1A6C) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 1A and 6C. RGB value is (109,26,108). Sum of RGB (Red+Green+Blue) = 109+26+108=243 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.86% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1A6C is #92E593. Grayscale: #3B3B3B. Windows color (decimal): -9627028 or 7084653. OLE color: 7084653.

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

Color convert

RGB10926108-
CMYK00.760.010.57
HSL300.72º61.48%26.47%-
HSV(B)300.72º76.15%42.75%-
XYZ9.385.0714.67-
YUV60.17155162.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.86%
GREEN value IS 26 (10.55% from 255) = 10.70%
BLUE value IS 108 (42.58% from 255) = 44.44%
R=44.86%
G=10.70%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1092610800.760.010.57300.7261.4826.47
Hex6D1A6C04C13912d3d1a
Octal1553215401141714557532
Binary110110111010110110001001100111100110010110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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