Html Css Color HEX #571AA2 Purple Heart

📋 copy color: '#571AA2'

red 87 ◦ green 26 ◦ blue 162

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

Shades of Purple Heart #571AA2

Tints of Purple Heart #571AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 58.91%

R = 31.64%
G = 9.45%
B = 58.91%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#571AA2 (or 0x571AA2) is known color: Purple Heart. HEX triplet: 57, 1A and A2. RGB value is (87,26,162). Sum of RGB (Red+Green+Blue) = 87+26+162=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 162 (63.67% from 255 or 58.91% from 275); Max value from RGB is 162 - color contains mainly: blue. Hex color #571AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571AA2 is #A8E55D. Grayscale: #3B3B3B. Windows color (decimal): -11068766 or 10623575. OLE color: 10623575.

HSL color Cylindrical-coordinate representation of color #571AA2: hue angle of 266.91º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #571AA2 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 87 26 162 -
CMYK 0.46 0.84 0 0.36
HSL 266.91º 0.72% 0.37% -
HSV(B) 266.91º 0.84% 0.64% -
XYZ 10.82 5.37 34.65 -
YUV 59.74 185.71 147.44 -
System Red Green Blue C M Y K H S L
Decimal 87 26 162 0.46 0.84 0 0.36 266.91 0.72 0.37
Hex 57 1A A2 2E 54 0 24 10B 48 25
Octal 127 32 242 56 124 0 44 413 110 45
Binary 1010111 11010 10100010 101110 1010100 0 100100 100001011 1001000 100101

Color Harmonies of #571AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571AA2

Black with #571AA2

Text Example


Text Example

White with #571AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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