#570454

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

Shades of Palatinate Purple #570454

Tints of Palatinate Purple #570454

Color information

#570454 (or 0x570454) is unknown color: approx Palatinate Purple. HEX triplet: 57, 04 and 54. RGB value is (87,4,84). Sum of RGB (Red+Green+Blue) = 87+4+84=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #570454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570454 is #A8FBAB. Grayscale: #252525. Windows color (decimal): -11074476 or 5506135. OLE color: 5506135.

HSL color Cylindrical-coordinate representation of color #570454: hue angle of 302.17º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570454 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB87484-
CMYK00.950.030.66
HSL302.17º91.21%17.84%-
HSV(B)302.17º95.4%34.12%-
XYZ5.572.758.63-
YUV37.94154163-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.71%
GREEN value IS 4 (1.95% from 255) = 2.29%
BLUE value IS 84 (33.20% from 255) = 48%
R=49.71%
G=2.29%
B=48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8748400.950.030.66302.1791.2117.84
Hex5745405F34212e5b12
Octal12741240137310245613322
Binary1010111100101010001011111111000010100101110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570454; }

 p { color: rgb(87,4,84); }

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

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

 a { background-color: rgb(87,4,84); }

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

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

 span { border-color: rgb(87,4,84); }

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