#6A3457

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

Shades of Palatinate Purple #6A3457

Tints of Palatinate Purple #6A3457

Color information

#6A3457 (or 0x6A3457) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 34 and 57. RGB value is (106,52,87). Sum of RGB (Red+Green+Blue) = 106+52+87=245 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.27% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3457 is #95CBA8. Grayscale: #484848. Windows color (decimal): -9817001 or 5715050. OLE color: 5715050.

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

Color convert

RGB1065287-
CMYK00.510.180.58
HSL321.11º34.18%30.98%-
HSV(B)321.11º50.94%41.57%-
XYZ8.896.219.75-
YUV72.14136.39152.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.27%
GREEN value IS 52 (20.70% from 255) = 21.22%
BLUE value IS 87 (34.38% from 255) = 35.51%
R=43.27%
G=21.22%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106528700.510.180.58321.1134.1830.98
Hex6A3457033123A141221f
Octal1526412706322725014237
Binary1101010110100101011101100111001011101010100000110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,52,87); }

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

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

 a { background-color: rgb(106,52,87); }

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

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

 span { border-color: rgb(106,52,87); }

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