#6D2062

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

Shades of Palatinate Purple #6D2062

Tints of Palatinate Purple #6D2062

Color information

#6D2062 (or 0x6D2062) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 20 and 62. RGB value is (109,32,98). Sum of RGB (Red+Green+Blue) = 109+32+98=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2062 is #92DF9D. Grayscale: #3E3E3E. Windows color (decimal): -9625502 or 6430829. OLE color: 6430829.

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

Color convert

RGB1093298-
CMYK00.710.100.57
HSL308.57º54.61%27.65%-
HSV(B)308.57º70.64%42.75%-
XYZ9.035.1712.08-
YUV62.55148.01161.13-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.61%
GREEN value IS 32 (12.89% from 255) = 13.39%
BLUE value IS 98 (38.67% from 255) = 41.00%
R=45.61%
G=13.39%
B=41.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.10
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109329800.710.100.57308.5754.6127.65
Hex6D2062047A39135371c
Octal15540142010712714656734
Binary1101101100000110001001000111101011100110011010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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