Html Css Color HEX #572ADC Purple Heart

📋 copy color: '#572ADC'

red 87 ◦ green 42 ◦ blue 220

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

Shades of Purple Heart #572ADC

Tints of Purple Heart #572ADC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.03%

 BLUE value IS 220 (86.33% from 255) = 63.04%

R = 24.93%
G = 12.03%
B = 63.04%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#572ADC (or 0x572ADC) is known color: Purple Heart. HEX triplet: 57, 2A and DC. RGB value is (87,42,220). Sum of RGB (Red+Green+Blue) = 87+42+220=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 42 (16.80% from 255 or 12.03% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #572ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572ADC is #A8D523. Grayscale: #4B4B4B. Windows color (decimal): -11064612 or 14428759. OLE color: 14428759.

HSL color Cylindrical-coordinate representation of color #572ADC: hue angle of 255.17º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #572ADC is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 42 220 -
CMYK 0.60 0.81 0 0.14
HSL 255.17º 0.72% 0.51% -
HSV(B) 255.17º 0.81% 0.86% -
XYZ 17.68 8.85 68.49 -
YUV 75.75 209.41 136.03 -
System Red Green Blue C M Y K H S L
Decimal 87 42 220 0.60 0.81 0 0.14 255.17 0.72 0.51
Hex 57 2A DC 3C 51 0 E FF 48 33
Octal 127 52 334 74 121 0 16 377 110 63
Binary 1010111 101010 11011100 111100 1010001 0 1110 11111111 1001000 110011

Color Harmonies of #572ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572ADC

Black with #572ADC

Text Example


Text Example

White with #572ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,42,220); }

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

background-color css

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

 a { background-color: rgb(87,42,220); }

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

border-color css

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

 span { border-color: rgb(87,42,220); }

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