#6A2659

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

Shades of Palatinate Purple #6A2659

Tints of Palatinate Purple #6A2659

Color information

#6A2659 (or 0x6A2659) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 26 and 59. RGB value is (106,38,89). Sum of RGB (Red+Green+Blue) = 106+38+89=233 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.49% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2659 is #95D9A6. Grayscale: #404040. Windows color (decimal): -9820583 or 5842538. OLE color: 5842538.

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

Color convert

RGB1063889-
CMYK00.640.160.58
HSL315º47.22%28.24%-
HSV(B)315º64.15%41.57%-
XYZ8.445.1710-
YUV64.15142.03157.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.49%
GREEN value IS 38 (15.23% from 255) = 16.31%
BLUE value IS 89 (35.16% from 255) = 38.20%
R=45.49%
G=16.31%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106388900.640.160.5831547.2228.24
Hex6A2659040103A13b2f1c
Octal15246131010020724735734
Binary11010101001101011001010000001000011101010011101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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