#6C156D

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

Shades of Palatinate Purple #6C156D

Tints of Palatinate Purple #6C156D

Color information

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

HSL color Cylindrical-coordinate representation of color #6C156D: hue angle of 299.32º 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 #6C156D is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10821109-
CMYK0.010.8100.57
HSL299.32º67.69%25.49%-
HSV(B)299.32º80.73%42.75%-
XYZ9.214.8314.91-
YUV57.04157.32164.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal108211090.010.8100.57299.3267.6925.49
Hex6C156D15103912b4419
Octal15425155112107145310431
Binary1101100101011101101110100010111001100101011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C156D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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