#6C126D

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

Shades of Palatinate Purple #6C126D

Tints of Palatinate Purple #6C126D

Color information

#6C126D (or 0x6C126D) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 12 and 6D. RGB value is (108,18,109). Sum of RGB (Red+Green+Blue) = 108+18+109=235 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.96% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C126D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C126D is #93ED92. Grayscale: #373737. Windows color (decimal): -9694611 or 7148140. OLE color: 7148140.

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

Color convert

RGB10818109-
CMYK0.010.8300.57
HSL299.34º71.65%24.9%-
HSV(B)299.34º83.49%42.75%-
XYZ9.164.7214.9-
YUV55.28158.32165.6-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.96%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 109 (42.97% from 255) = 46.38%
R=45.96%
G=7.66%
B=46.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal108181090.010.8300.57299.3471.6524.9
Hex6C126D15303912b4819
Octal15422155112307145311031
Binary1101100100101101101110100110111001100101011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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