#571852

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

Shades of Palatinate Purple #571852

Tints of Palatinate Purple #571852

Color information

#571852 (or 0x571852) is unknown color: approx Palatinate Purple. HEX triplet: 57, 18 and 52. RGB value is (87,24,82). Sum of RGB (Red+Green+Blue) = 87+24+82=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #571852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571852 is #A8E7AD. Grayscale: #313131. Windows color (decimal): -11069358 or 5380183. OLE color: 5380183.

HSL color Cylindrical-coordinate representation of color #571852: hue angle of 304.76º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #571852 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB872482-
CMYK00.720.060.66
HSL304.76º56.76%21.76%-
HSV(B)304.76º72.41%34.12%-
XYZ5.783.298.31-
YUV49.45146.37154.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.08%
GREEN value IS 24 (9.77% from 255) = 12.44%
BLUE value IS 82 (32.42% from 255) = 42.49%
R=45.08%
G=12.44%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87248200.720.060.66304.7656.7621.76
Hex5718520486421313916
Octal12730122011061024617126
Binary101011111000101001001001000110100001010011000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571852; }

 p { color: rgb(87,24,82); }

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

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

 a { background-color: rgb(87,24,82); }

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

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

 span { border-color: rgb(87,24,82); }

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