#6D2061

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

Shades of Palatinate Purple #6D2061

Tints of Palatinate Purple #6D2061

Color information

#6D2061 (or 0x6D2061) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 20 and 61. RGB value is (109,32,97). Sum of RGB (Red+Green+Blue) = 109+32+97=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2061 is #92DF9E. Grayscale: #3E3E3E. Windows color (decimal): -9625503 or 6365293. OLE color: 6365293.

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

Color convert

RGB1093297-
CMYK00.710.110.57
HSL309.35º54.61%27.65%-
HSV(B)309.35º70.64%42.75%-
XYZ8.985.1511.83-
YUV62.43147.51161.21-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.80%
GREEN value IS 32 (12.89% from 255) = 13.45%
BLUE value IS 97 (38.28% from 255) = 40.76%
R=45.80%
G=13.45%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109329700.710.110.57309.3554.6127.65
Hex6D2061047B39135371c
Octal15540141010713714656734
Binary1101101100000110000101000111101111100110011010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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