#6A2858

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

Shades of Palatinate Purple #6A2858

Tints of Palatinate Purple #6A2858

Color information

#6A2858 (or 0x6A2858) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 28 and 58. RGB value is (106,40,88). Sum of RGB (Red+Green+Blue) = 106+40+88=234 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.30% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2858 is #95D7A7. Grayscale: #414141. Windows color (decimal): -9820072 or 5777514. OLE color: 5777514.

HSL color Cylindrical-coordinate representation of color #6A2858: hue angle of 316.36º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A2858 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB1064088-
CMYK00.620.170.58
HSL316.36º45.21%28.63%-
HSV(B)316.36º62.26%41.57%-
XYZ8.465.299.81-
YUV65.21140.87157.1-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.30%
GREEN value IS 40 (16.02% from 255) = 17.09%
BLUE value IS 88 (34.77% from 255) = 37.61%
R=45.30%
G=17.09%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106408800.620.170.58316.3645.2128.63
Hex6A285803E113A13c2d1d
Octal1525013007621724745535
Binary1101010101000101100001111101000111101010011110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,40,88); }

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

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

 a { background-color: rgb(106,40,88); }

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

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

 span { border-color: rgb(106,40,88); }

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