Html Css Color HEX #572AAA Purple Heart

📋 copy color: '#572AAA'

red 87 ◦ green 42 ◦ blue 170

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

Shades of Purple Heart #572AAA

Tints of Purple Heart #572AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.05%

 BLUE value IS 170 (66.8% from 255) = 56.86%

R = 29.1%
G = 14.05%
B = 56.86%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#572AAA (or 0x572AAA) is known color: Purple Heart. HEX triplet: 57, 2A and AA. RGB value is (87,42,170). Sum of RGB (Red+Green+Blue) = 87+42+170=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #572AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572AAA is #A8D555. Grayscale: #454545. Windows color (decimal): -11064662 or 11151959. OLE color: 11151959.

HSL color Cylindrical-coordinate representation of color #572AAA: hue angle of 261.09º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #572AAA is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 42 170 -
CMYK 0.49 0.75 0 0.33
HSL 261.09º 0.6% 0.42% -
HSV(B) 261.09º 0.75% 0.67% -
XYZ 12.01 6.58 38.67 -
YUV 70.05 184.41 140.09 -
System Red Green Blue C M Y K H S L
Decimal 87 42 170 0.49 0.75 0 0.33 261.09 0.6 0.42
Hex 57 2A AA 31 4B 0 21 105 3C 2A
Octal 127 52 252 61 113 0 41 405 74 52
Binary 1010111 101010 10101010 110001 1001011 0 100001 100000101 111100 101010

Color Harmonies of #572AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572AAA

Black with #572AAA

Text Example


Text Example

White with #572AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572AAA; }

 p { color: rgb(87,42,170); }

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

background-color css

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

 a { background-color: rgb(87,42,170); }

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

border-color css

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

 span { border-color: rgb(87,42,170); }

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