#6D4362

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

Shades of Palatinate Purple #6D4362

Tints of Palatinate Purple #6D4362

Color information

#6D4362 (or 0x6D4362) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 43 and 62. RGB value is (109,67,98). Sum of RGB (Red+Green+Blue) = 109+67+98=274 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.78% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4362 is #92BC9D. Grayscale: #535353. Windows color (decimal): -9616542 or 6439789. OLE color: 6439789.

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

Color convert

RGB1096798-
CMYK00.390.100.57
HSL315.71º23.86%34.51%-
HSV(B)315.71º38.53%42.75%-
XYZ10.528.1512.57-
YUV83.09136.41146.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.78%
GREEN value IS 67 (26.56% from 255) = 24.45%
BLUE value IS 98 (38.67% from 255) = 35.77%
R=39.78%
G=24.45%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109679800.390.100.57315.7123.8634.51
Hex6D4362027A3913c1823
Octal15510314204712714743043
Binary1101101100001111000100100111101011100110011110011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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