#6D1969

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

Shades of Palatinate Purple #6D1969

Tints of Palatinate Purple #6D1969

Color information

#6D1969 (or 0x6D1969) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 19 and 69. RGB value is (109,25,105). Sum of RGB (Red+Green+Blue) = 109+25+105=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1969 is #92E696. Grayscale: #3B3B3B. Windows color (decimal): -9627287 or 6887789. OLE color: 6887789.

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

Color convert

RGB10925105-
CMYK00.770.040.57
HSL302.86º62.69%26.27%-
HSV(B)302.86º77.06%42.75%-
XYZ9.24.9713.84-
YUV59.24153.83163.5-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.61%
GREEN value IS 25 (10.16% from 255) = 10.46%
BLUE value IS 105 (41.41% from 255) = 43.93%
R=45.61%
G=10.46%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1092510500.770.040.57302.8662.6926.27
Hex6D196904D43912f3f1a
Octal1553115101154714577732
Binary11011011100111010010100110110011100110010111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,25,105); }

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

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

 a { background-color: rgb(109,25,105); }

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

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

 span { border-color: rgb(109,25,105); }

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