Html Css Color HEX #572BAB Purple Heart

📋 copy color: '#572BAB'

red 87 ◦ green 43 ◦ blue 171

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

Shades of Purple Heart #572BAB

Tints of Purple Heart #572BAB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.29%

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

R = 28.9%
G = 14.29%
B = 56.81%

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

#572BAB (or 0x572BAB) is known color: Purple Heart. HEX triplet: 57, 2B and AB. RGB value is (87,43,171). Sum of RGB (Red+Green+Blue) = 87+43+171=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #572BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572BAB is #A8D454. Grayscale: #464646. Windows color (decimal): -11064405 or 11217751. OLE color: 11217751.

HSL color Cylindrical-coordinate representation of color #572BAB: hue angle of 260.62º 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 #572BAB is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 43 171 -
CMYK 0.49 0.75 0 0.33
HSL 260.63º 0.6% 0.42% -
HSV(B) 260.63º 0.75% 0.67% -
XYZ 12.15 6.69 39.18 -
YUV 70.75 184.58 139.59 -
System Red Green Blue C M Y K H S L
Decimal 87 43 171 0.49 0.75 0 0.33 260.63 0.6 0.42
Hex 57 2B AB 31 4B 0 21 105 3C 2A
Octal 127 53 253 61 113 0 41 405 74 52
Binary 1010111 101011 10101011 110001 1001011 0 100001 100000101 111100 101010

Color Harmonies of #572BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572BAB

Black with #572BAB

Text Example


Text Example

White with #572BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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