Html Css Color HEX #571453 Palatinate Purple

📋 copy color: '#571453'

red 87 ◦ green 20 ◦ blue 83

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

Shades of Palatinate Purple #571453

Tints of Palatinate Purple #571453

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.53%

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

R = 45.79%
G = 10.53%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#571453 (or 0x571453) is known color: Palatinate Purple. HEX triplet: 57, 14 and 53. RGB value is (87,20,83). Sum of RGB (Red+Green+Blue) = 87+20+83=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #571453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571453 is #A8EBAC. Grayscale: #2F2F2F. Windows color (decimal): -11070381 or 5444695. OLE color: 5444695.

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

Color convert

RGB 87 20 83 -
CMYK 0 0.77 0.05 0.66
HSL 303.58º 0.63% 0.21% -
HSV(B) 303.58º 0.77% 0.34% -
XYZ 5.74 3.15 8.49 -
YUV 47.22 148.2 156.38 -
System Red Green Blue C M Y K H S L
Decimal 87 20 83 0 0.77 0.05 0.66 303.58 0.63 0.21
Hex 57 14 53 0 4D 5 42 130 3F 15
Octal 127 24 123 0 115 5 102 460 77 25
Binary 1010111 10100 1010011 0 1001101 101 1000010 100110000 111111 10101

Color Harmonies of #571453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571453

Black with #571453

Text Example


Text Example

White with #571453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571453; }

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

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

background-color css

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

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

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

border-color css

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

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

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