#6D126B

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

Shades of Palatinate Purple #6D126B

Tints of Palatinate Purple #6D126B

Color information

#6D126B (or 0x6D126B) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 12 and 6B. RGB value is (109,18,107). Sum of RGB (Red+Green+Blue) = 109+18+107=234 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.58% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 109 - color contains mainly: red. Hex color #6D126B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D126B is #92ED94. Grayscale: #373737. Windows color (decimal): -9629077 or 7017069. OLE color: 7017069.

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

Color convert

RGB10918107-
CMYK00.830.020.57
HSL301.32º71.65%24.9%-
HSV(B)301.32º83.49%42.75%-
XYZ9.184.7514.34-
YUV55.36157.15166.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.58%
GREEN value IS 18 (7.42% from 255) = 7.69%
BLUE value IS 107 (42.19% from 255) = 45.73%
R=46.58%
G=7.69%
B=45.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091810700.830.020.57301.3271.6524.9
Hex6D126B05323912d4819
Octal15522153012327145511031
Binary11011011001011010110101001110111001100101101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D126B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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