#6D2162

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

Shades of Palatinate Purple #6D2162

Tints of Palatinate Purple #6D2162

Color information

#6D2162 (or 0x6D2162) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 21 and 62. RGB value is (109,33,98). Sum of RGB (Red+Green+Blue) = 109+33+98=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2162 is #92DE9D. Grayscale: #3E3E3E. Windows color (decimal): -9625246 or 6431085. OLE color: 6431085.

HSL color Cylindrical-coordinate representation of color #6D2162: hue angle of 308.68º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D2162 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.57.

Color convert

RGB1093398-
CMYK00.700.100.57
HSL308.68º53.52%27.84%-
HSV(B)308.68º69.72%42.75%-
XYZ9.065.2212.09-
YUV63.13147.68160.71-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.42%
GREEN value IS 33 (13.28% from 255) = 13.75%
BLUE value IS 98 (38.67% from 255) = 40.83%
R=45.42%
G=13.75%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.10
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109339800.700.100.57308.6853.5227.84
Hex6D2162046A39135361c
Octal15541142010612714656634
Binary1101101100001110001001000110101011100110011010111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,33,98); }

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

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

 a { background-color: rgb(109,33,98); }

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

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

 span { border-color: rgb(109,33,98); }

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