#6D196F

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

Shades of Palatinate Purple #6D196F

Tints of Palatinate Purple #6D196F

Color information

#6D196F (or 0x6D196F) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 19 and 6F. RGB value is (109,25,111). Sum of RGB (Red+Green+Blue) = 109+25+111=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #6D196F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D196F is #92E690. Grayscale: #3B3B3B. Windows color (decimal): -9627281 or 7281005. OLE color: 7281005.

HSL color Cylindrical-coordinate representation of color #6D196F: hue angle of 298.6º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D196F is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10925111-
CMYK0.020.7700.56
HSL298.6º63.24%26.67%-
HSV(B)298.6º77.48%43.53%-
XYZ9.525.0915.52-
YUV59.92156.83163.01-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.49%
GREEN value IS 25 (10.16% from 255) = 10.20%
BLUE value IS 111 (43.75% from 255) = 45.31%
R=44.49%
G=10.20%
B=45.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109251110.020.7700.56298.663.2426.67
Hex6D196F24D03812b3f1b
Octal1553115721150704537733
Binary1101101110011101111101001101011100010010101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D196F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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