#6D156C

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

Shades of Palatinate Purple #6D156C

Tints of Palatinate Purple #6D156C

Color information

#6D156C (or 0x6D156C) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 15 and 6C. RGB value is (109,21,108). Sum of RGB (Red+Green+Blue) = 109+21+108=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 109 - color contains mainly: red. Hex color #6D156C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D156C is #92EA93. Grayscale: #383838. Windows color (decimal): -9628308 or 7083373. OLE color: 7083373.

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

Color convert

RGB10921108-
CMYK00.810.010.57
HSL300.68º67.69%25.49%-
HSV(B)300.68º80.73%42.75%-
XYZ9.284.8714.64-
YUV57.23156.65164.93-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.80%
GREEN value IS 21 (8.59% from 255) = 8.82%
BLUE value IS 108 (42.58% from 255) = 45.38%
R=45.80%
G=8.82%
B=45.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1092110800.810.010.57300.6867.6925.49
Hex6D156C05113912d4419
Octal15525154012117145510431
Binary1101101101011101100010100011111001100101101100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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