Html Css Color HEX #570DAB Purple Heart

📋 copy color: '#570DAB'

red 87 ◦ green 13 ◦ blue 171

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

Shades of Purple Heart #570DAB

Tints of Purple Heart #570DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.8%

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

R = 32.1%
G = 4.8%
B = 63.1%

CMYK

 C value IS 0.49

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#570DAB (or 0x570DAB) is known color: Purple Heart. HEX triplet: 57, 0D and AB. RGB value is (87,13,171). Sum of RGB (Red+Green+Blue) = 87+13+171=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #570DAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570DAB is #A8F254. Grayscale: #343434. Windows color (decimal): -11072085 or 11210071. OLE color: 11210071.

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

Color convert

RGB 87 13 171 -
CMYK 0.49 0.92 0 0.33
HSL 268.1º 0.86% 0.36% -
HSV(B) 268.1º 0.92% 0.67% -
XYZ 11.43 5.25 38.94 -
YUV 53.14 194.52 152.15 -
System Red Green Blue C M Y K H S L
Decimal 87 13 171 0.49 0.92 0 0.33 268.1 0.86 0.36
Hex 57 D AB 31 5C 0 21 10C 56 24
Octal 127 15 253 61 134 0 41 414 126 44
Binary 1010111 1101 10101011 110001 1011100 0 100001 100001100 1010110 100100

Color Harmonies of #570DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570DAB

Black with #570DAB

Text Example


Text Example

White with #570DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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