Html Css Color HEX #572DA8 Purple Heart

📋 copy color: '#572DA8'

red 87 ◦ green 45 ◦ blue 168

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

Shades of Purple Heart #572DA8

Tints of Purple Heart #572DA8

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15%

 BLUE value IS 168 (66.02% from 255) = 56%

R = 29%
G = 15%
B = 56%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#572DA8 (or 0x572DA8) is known color: Purple Heart. HEX triplet: 57, 2D and A8. RGB value is (87,45,168). Sum of RGB (Red+Green+Blue) = 87+45+168=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 168 (66.02% from 255 or 56% from 300); Max value from RGB is 168 - color contains mainly: blue. Hex color #572DA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572DA8 is #A8D257. Grayscale: #474747. Windows color (decimal): -11063896 or 11021655. OLE color: 11021655.

HSL color Cylindrical-coordinate representation of color #572DA8: hue angle of 260.49º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #572DA8 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 87 45 168 -
CMYK 0.48 0.73 0 0.34
HSL 260.49º 0.58% 0.42% -
HSV(B) 260.49º 0.73% 0.66% -
XYZ 11.94 6.73 37.72 -
YUV 71.58 182.41 139 -
System Red Green Blue C M Y K H S L
Decimal 87 45 168 0.48 0.73 0 0.34 260.49 0.58 0.42
Hex 57 2D A8 30 49 0 22 104 3A 2A
Octal 127 55 250 60 111 0 42 404 72 52
Binary 1010111 101101 10101000 110000 1001001 0 100010 100000100 111010 101010

Color Harmonies of #572DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572DA8

Black with #572DA8

Text Example


Text Example

White with #572DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,45,168); }

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

background-color css

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

 a { background-color: rgb(87,45,168); }

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

border-color css

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

 span { border-color: rgb(87,45,168); }

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