#6B4161

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

Shades of Palatinate Purple #6B4161

Tints of Palatinate Purple #6B4161

Color information

#6B4161 (or 0x6B4161) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 41 and 61. RGB value is (107,65,97). Sum of RGB (Red+Green+Blue) = 107+65+97=269 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.78% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4161 is #94BE9E. Grayscale: #515151. Windows color (decimal): -9748127 or 6373739. OLE color: 6373739.

HSL color Cylindrical-coordinate representation of color #6B4161: hue angle of 314.29º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B4161 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB1076597-
CMYK00.390.090.58
HSL314.29º24.42%33.73%-
HSV(B)314.29º39.25%41.96%-
XYZ10.117.7712.28-
YUV81.21136.91146.4-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.78%
GREEN value IS 65 (25.78% from 255) = 24.16%
BLUE value IS 97 (38.28% from 255) = 36.06%
R=39.78%
G=24.16%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107659700.390.090.58314.2924.4233.73
Hex6B416102793A13a1822
Octal15310114104711724723042
Binary1101011100000111000010100111100111101010011101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,65,97); }

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

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

 a { background-color: rgb(107,65,97); }

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

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

 span { border-color: rgb(107,65,97); }

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