Html Css Color HEX #570BAB Purple Heart

📋 copy color: '#570BAB'

red 87 ◦ green 11 ◦ blue 171

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

Shades of Purple Heart #570BAB

Tints of Purple Heart #570BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.09%

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

R = 32.34%
G = 4.09%
B = 63.57%

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

#570BAB (or 0x570BAB) is known color: Purple Heart. HEX triplet: 57, 0B and AB. RGB value is (87,11,171). Sum of RGB (Red+Green+Blue) = 87+11+171=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #570BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570BAB is #A8F454. Grayscale: #333333. Windows color (decimal): -11072597 or 11209559. OLE color: 11209559.

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

Color convert

RGB 87 11 171 -
CMYK 0.49 0.94 0 0.33
HSL 268.5º 0.88% 0.36% -
HSV(B) 268.5º 0.94% 0.67% -
XYZ 11.4 5.21 38.93 -
YUV 51.96 195.18 152.99 -
System Red Green Blue C M Y K H S L
Decimal 87 11 171 0.49 0.94 0 0.33 268.5 0.88 0.36
Hex 57 B AB 31 5E 0 21 10C 58 24
Octal 127 13 253 61 136 0 41 414 130 44
Binary 1010111 1011 10101011 110001 1011110 0 100001 100001100 1011000 100100

Color Harmonies of #570BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570BAB

Black with #570BAB

Text Example


Text Example

White with #570BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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