#6D3B61

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

Shades of Palatinate Purple #6D3B61

Tints of Palatinate Purple #6D3B61

Color information

#6D3B61 (or 0x6D3B61) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 3B and 61. RGB value is (109,59,97). Sum of RGB (Red+Green+Blue) = 109+59+97=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3B61 is #92C49E. Grayscale: #4E4E4E. Windows color (decimal): -9618591 or 6372205. OLE color: 6372205.

HSL color Cylindrical-coordinate representation of color #6D3B61: hue angle of 314.4º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D3B61 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB1095997-
CMYK00.460.110.57
HSL314.4º29.76%32.94%-
HSV(B)314.4º45.87%42.75%-
XYZ10.037.2412.18-
YUV78.28138.56149.91-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.13%
GREEN value IS 59 (23.44% from 255) = 22.26%
BLUE value IS 97 (38.28% from 255) = 36.60%
R=41.13%
G=22.26%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109599700.460.110.57314.429.7632.94
Hex6D3B6102EB3913a1e21
Octal1557314105613714723641
Binary110110111101111000010101110101111100110011101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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