Html Css Color HEX #571AAB Purple Heart

📋 copy color: '#571AAB'

red 87 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #571AAB

Tints of Purple Heart #571AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.21%

R = 30.63%
G = 9.15%
B = 60.21%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#571AAB (or 0x571AAB) is known color: Purple Heart. HEX triplet: 57, 1A and AB. RGB value is (87,26,171). Sum of RGB (Red+Green+Blue) = 87+26+171=284 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.63% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #571AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571AAB is #A8E554. Grayscale: #3C3C3C. Windows color (decimal): -11068757 or 11213399. OLE color: 11213399.

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

Color convert

RGB 87 26 171 -
CMYK 0.49 0.85 0 0.33
HSL 265.24º 0.74% 0.39% -
HSV(B) 265.24º 0.85% 0.67% -
XYZ 11.65 5.71 39.02 -
YUV 60.77 190.21 146.71 -
System Red Green Blue C M Y K H S L
Decimal 87 26 171 0.49 0.85 0 0.33 265.24 0.74 0.39
Hex 57 1A AB 31 55 0 21 109 4A 27
Octal 127 32 253 61 125 0 41 411 112 47
Binary 1010111 11010 10101011 110001 1010101 0 100001 100001001 1001010 100111

Color Harmonies of #571AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571AAB

Black with #571AAB

Text Example


Text Example

White with #571AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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