#6A3659

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

Shades of Palatinate Purple #6A3659

Tints of Palatinate Purple #6A3659

Color information

#6A3659 (or 0x6A3659) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 36 and 59. RGB value is (106,54,89). Sum of RGB (Red+Green+Blue) = 106+54+89=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3659 is #95C9A6. Grayscale: #494949. Windows color (decimal): -9816487 or 5846634. OLE color: 5846634.

HSL color Cylindrical-coordinate representation of color #6A3659: hue angle of 319.62º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A3659 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB1065489-
CMYK00.490.160.58
HSL319.62º32.5%31.37%-
HSV(B)319.62º49.06%41.57%-
XYZ9.076.4210.21-
YUV73.54136.73151.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.57%
GREEN value IS 54 (21.48% from 255) = 21.69%
BLUE value IS 89 (35.16% from 255) = 35.74%
R=42.57%
G=21.69%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106548900.490.160.58319.6232.531.37
Hex6A3659031103A140201f
Octal1526613106120725004037
Binary1101010110110101100101100011000011101010100000010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,54,89); }

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

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

 a { background-color: rgb(106,54,89); }

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

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

 span { border-color: rgb(106,54,89); }

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