Html Css Color HEX #571553 Palatinate Purple

📋 copy color: '#571553'

red 87 ◦ green 21 ◦ blue 83

#571553
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #571553

Tints of Palatinate Purple #571553

RGB

 RED value IS 87 (34.38% from 255) = 45.55%

 GREEN value IS 21 (8.59% from 255) = 10.99%

 BLUE value IS 83 (32.81% from 255) = 43.46%

R = 45.55%
G = 10.99%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#571553 (or 0x571553) is known color: Palatinate Purple. HEX triplet: 57, 15 and 53. RGB value is (87,21,83). Sum of RGB (Red+Green+Blue) = 87+21+83=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 87 - color contains mainly: red. Hex color #571553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571553 is #A8EAAC. Grayscale: #2F2F2F. Windows color (decimal): -11070125 or 5444951. OLE color: 5444951.

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

Color convert

RGB 87 21 83 -
CMYK 0 0.76 0.05 0.66
HSL 303.64º 0.61% 0.21% -
HSV(B) 303.64º 0.76% 0.34% -
XYZ 5.76 3.19 8.5 -
YUV 47.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 87 21 83 0 0.76 0.05 0.66 303.64 0.61 0.21
Hex 57 15 53 0 4C 5 42 130 3D 15
Octal 127 25 123 0 114 5 102 460 75 25
Binary 1010111 10101 1010011 0 1001100 101 1000010 100110000 111101 10101

Color Harmonies of #571553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571553

Black with #571553

Text Example


Text Example

White with #571553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571553; }

 p { color: rgb(87,21,83); }

 H1.HeaderClassName
 {
   color: #571553;
 }
 .AnyTagClassName
 {
   color: #571553;
 }
</style>

background-color css

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

 a { background-color: rgb(87,21,83); }

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

border-color css

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

 span { border-color: rgb(87,21,83); }

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