#6A2E55

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

Shades of Palatinate Purple #6A2E55

Tints of Palatinate Purple #6A2E55

Color information

#6A2E55 (or 0x6A2E55) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 2E and 55. RGB value is (106,46,85). Sum of RGB (Red+Green+Blue) = 106+46+85=237 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.73% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2E55 is #95D1AA. Grayscale: #444444. Windows color (decimal): -9818539 or 5582442. OLE color: 5582442.

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

Color convert

RGB1064685-
CMYK00.570.200.58
HSL321º39.47%29.8%-
HSV(B)321º56.6%41.57%-
XYZ8.565.679.24-
YUV68.39137.38154.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.73%
GREEN value IS 46 (18.36% from 255) = 19.41%
BLUE value IS 85 (33.59% from 255) = 35.86%
R=44.73%
G=19.41%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106468500.570.200.5832139.4729.8
Hex6A2E55039143A141271e
Octal1525612507124725014736
Binary1101010101110101010101110011010011101010100000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,46,85); }

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

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

 a { background-color: rgb(106,46,85); }

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

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

 span { border-color: rgb(106,46,85); }

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