#6D3C62

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

Shades of Palatinate Purple #6D3C62

Tints of Palatinate Purple #6D3C62

Color information

#6D3C62 (or 0x6D3C62) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 3C and 62. RGB value is (109,60,98). Sum of RGB (Red+Green+Blue) = 109+60+98=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3C62 is #92C39D. Grayscale: #4E4E4E. Windows color (decimal): -9618334 or 6437997. OLE color: 6437997.

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

Color convert

RGB1096098-
CMYK00.450.100.57
HSL313.47º28.99%33.14%-
HSV(B)313.47º44.95%42.75%-
XYZ10.137.3612.44-
YUV78.98138.73149.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.82%
GREEN value IS 60 (23.83% from 255) = 22.47%
BLUE value IS 98 (38.67% from 255) = 36.70%
R=40.82%
G=22.47%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109609800.450.100.57313.4728.9933.14
Hex6D3C6202DA391391d21
Octal1557414205512714713541
Binary110110111110011000100101101101011100110011100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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