Html Css Color HEX #571A4E Palatinate Purple

📋 copy color: '#571A4E'

red 87 ◦ green 26 ◦ blue 78

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

Shades of Palatinate Purple #571A4E

Tints of Palatinate Purple #571A4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40.84%

R = 45.55%
G = 13.61%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#571A4E (or 0x571A4E) is known color: Palatinate Purple. HEX triplet: 57, 1A and 4E. RGB value is (87,26,78). Sum of RGB (Red+Green+Blue) = 87+26+78=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 87 - color contains mainly: red. Hex color #571A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571A4E is #A8E5B1. Grayscale: #323232. Windows color (decimal): -11068850 or 5118551. OLE color: 5118551.

HSL color Cylindrical-coordinate representation of color #571A4E: hue angle of 308.85º 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 #571A4E is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 26 78 -
CMYK 0 0.70 0.10 0.66
HSL 308.85º 0.54% 0.22% -
HSV(B) 308.85º 0.7% 0.34% -
XYZ 5.68 3.32 7.55 -
YUV 50.17 143.71 154.27 -
System Red Green Blue C M Y K H S L
Decimal 87 26 78 0 0.70 0.10 0.66 308.85 0.54 0.22
Hex 57 1A 4E 0 46 A 42 135 36 16
Octal 127 32 116 0 106 12 102 465 66 26
Binary 1010111 11010 1001110 0 1000110 1010 1000010 100110101 110110 10110

Color Harmonies of #571A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571A4E

Black with #571A4E

Text Example


Text Example

White with #571A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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