Html Css Color HEX #571AAD Purple Heart

📋 copy color: '#571AAD'

red 87 ◦ green 26 ◦ blue 173

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

Shades of Purple Heart #571AAD

Tints of Purple Heart #571AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 60.49%

R = 30.42%
G = 9.09%
B = 60.49%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#571AAD (or 0x571AAD) is known color: Purple Heart. HEX triplet: 57, 1A and AD. RGB value is (87,26,173). Sum of RGB (Red+Green+Blue) = 87+26+173=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 173 (67.97% from 255 or 60.49% from 286); Max value from RGB is 173 - color contains mainly: blue. Hex color #571AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571AAD is #A8E552. Grayscale: #3C3C3C. Windows color (decimal): -11068755 or 11344471. OLE color: 11344471.

HSL color Cylindrical-coordinate representation of color #571AAD: hue angle of 264.9º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #571AAD is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 26 173 -
CMYK 0.50 0.85 0 0.32
HSL 264.9º 0.74% 0.39% -
HSV(B) 264.9º 0.85% 0.68% -
XYZ 11.84 5.78 40.03 -
YUV 61 191.21 146.55 -
System Red Green Blue C M Y K H S L
Decimal 87 26 173 0.50 0.85 0 0.32 264.9 0.74 0.39
Hex 57 1A AD 32 55 0 20 109 4A 27
Octal 127 32 255 62 125 0 40 411 112 47
Binary 1010111 11010 10101101 110010 1010101 0 100000 100001001 1001010 100111

Color Harmonies of #571AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571AAD

Black with #571AAD

Text Example


Text Example

White with #571AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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