Html Css Color HEX #570AAB Purple Heart

📋 copy color: '#570AAB'

red 87 ◦ green 10 ◦ blue 171

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

Shades of Purple Heart #570AAB

Tints of Purple Heart #570AAB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.73%

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

R = 32.46%
G = 3.73%
B = 63.81%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#570AAB (or 0x570AAB) is known color: Purple Heart. HEX triplet: 57, 0A and AB. RGB value is (87,10,171). Sum of RGB (Red+Green+Blue) = 87+10+171=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #570AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570AAB is #A8F554. Grayscale: #323232. Windows color (decimal): -11072853 or 11209303. OLE color: 11209303.

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

Color convert

RGB 87 10 171 -
CMYK 0.49 0.94 0 0.33
HSL 268.7º 0.89% 0.35% -
HSV(B) 268.7º 0.94% 0.67% -
XYZ 11.39 5.18 38.93 -
YUV 51.38 195.51 153.41 -
System Red Green Blue C M Y K H S L
Decimal 87 10 171 0.49 0.94 0 0.33 268.7 0.89 0.35
Hex 57 A AB 31 5E 0 21 10D 59 23
Octal 127 12 253 61 136 0 41 415 131 43
Binary 1010111 1010 10101011 110001 1011110 0 100001 100001101 1011001 100011

Color Harmonies of #570AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570AAB

Black with #570AAB

Text Example


Text Example

White with #570AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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