Html Css Color HEX #571A53 Palatinate Purple

📋 copy color: '#571A53'

red 87 ◦ green 26 ◦ blue 83

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

Shades of Palatinate Purple #571A53

Tints of Palatinate Purple #571A53

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.27%

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

R = 44.39%
G = 13.27%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#571A53 (or 0x571A53) is known color: Palatinate Purple. HEX triplet: 57, 1A and 53. RGB value is (87,26,83). Sum of RGB (Red+Green+Blue) = 87+26+83=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #571A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571A53 is #A8E5AC. Grayscale: #323232. Windows color (decimal): -11068845 or 5446231. OLE color: 5446231.

HSL color Cylindrical-coordinate representation of color #571A53: hue angle of 303.93º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571A53 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 26 83 -
CMYK 0 0.70 0.05 0.66
HSL 303.93º 0.54% 0.22% -
HSV(B) 303.93º 0.7% 0.34% -
XYZ 5.86 3.39 8.53 -
YUV 50.74 146.21 153.87 -
System Red Green Blue C M Y K H S L
Decimal 87 26 83 0 0.70 0.05 0.66 303.93 0.54 0.22
Hex 57 1A 53 0 46 5 42 130 36 16
Octal 127 32 123 0 106 5 102 460 66 26
Binary 1010111 11010 1010011 0 1000110 101 1000010 100110000 110110 10110

Color Harmonies of #571A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571A53

Black with #571A53

Text Example


Text Example

White with #571A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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