#571250

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

Shades of Palatinate Purple #571250

Tints of Palatinate Purple #571250

Color information

#571250 (or 0x571250) is unknown color: approx Palatinate Purple. HEX triplet: 57, 12 and 50. RGB value is (87,18,80). Sum of RGB (Red+Green+Blue) = 87+18+80=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #571250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571250 is #A8EDAF. Grayscale: #2D2D2D. Windows color (decimal): -11070896 or 5247575. OLE color: 5247575.

HSL color Cylindrical-coordinate representation of color #571250: hue angle of 306.09º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571250 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB871880-
CMYK00.790.080.66
HSL306.09º65.71%20.59%-
HSV(B)306.09º79.31%34.12%-
XYZ5.593.047.88-
YUV45.7147.36157.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.03%
GREEN value IS 18 (7.42% from 255) = 9.73%
BLUE value IS 80 (31.64% from 255) = 43.24%
R=47.03%
G=9.73%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87188000.790.080.66306.0965.7120.59
Hex57125004F8421324215
Octal1272212001171010246210225
Binary10101111001010100000100111110001000010100110010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571250; }

 p { color: rgb(87,18,80); }

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

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

 a { background-color: rgb(87,18,80); }

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

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

 span { border-color: rgb(87,18,80); }

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