Html Css Color HEX #572EAC Purple Heart

📋 copy color: '#572EAC'

red 87 ◦ green 46 ◦ blue 172

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

Shades of Purple Heart #572EAC

Tints of Purple Heart #572EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.08%

 BLUE value IS 172 (67.58% from 255) = 56.39%

R = 28.52%
G = 15.08%
B = 56.39%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#572EAC (or 0x572EAC) is known color: Purple Heart. HEX triplet: 57, 2E and AC. RGB value is (87,46,172). Sum of RGB (Red+Green+Blue) = 87+46+172=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #572EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572EAC is #A8D153. Grayscale: #484848. Windows color (decimal): -11063636 or 11284055. OLE color: 11284055.

HSL color Cylindrical-coordinate representation of color #572EAC: hue angle of 259.52º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #572EAC is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 46 172 -
CMYK 0.49 0.73 0 0.33
HSL 259.52º 0.58% 0.43% -
HSV(B) 259.52º 0.73% 0.67% -
XYZ 12.35 6.96 39.72 -
YUV 72.62 184.08 138.25 -
System Red Green Blue C M Y K H S L
Decimal 87 46 172 0.49 0.73 0 0.33 259.52 0.58 0.43
Hex 57 2E AC 31 49 0 21 104 3A 2B
Octal 127 56 254 61 111 0 41 404 72 53
Binary 1010111 101110 10101100 110001 1001001 0 100001 100000100 111010 101011

Color Harmonies of #572EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572EAC

Black with #572EAC

Text Example


Text Example

White with #572EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,46,172); }

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

background-color css

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

 a { background-color: rgb(87,46,172); }

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

border-color css

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

 span { border-color: rgb(87,46,172); }

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