Html Css Color HEX #572ADB Purple Heart

📋 copy color: '#572ADB'

red 87 ◦ green 42 ◦ blue 219

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

Shades of Purple Heart #572ADB

Tints of Purple Heart #572ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.93%

R = 25%
G = 12.07%
B = 62.93%

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

#572ADB (or 0x572ADB) is known color: Purple Heart. HEX triplet: 57, 2A and DB. RGB value is (87,42,219). Sum of RGB (Red+Green+Blue) = 87+42+219=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 42 (16.80% from 255 or 12.07% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #572ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572ADB is #A8D524. Grayscale: #4A4A4A. Windows color (decimal): -11064613 or 14363223. OLE color: 14363223.

HSL color Cylindrical-coordinate representation of color #572ADB: hue angle of 255.25º degrees, saturation: 0.71, 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 #572ADB is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 42 219 -
CMYK 0.60 0.81 0 0.14
HSL 255.25º 0.71% 0.51% -
HSV(B) 255.25º 0.81% 0.86% -
XYZ 17.54 8.8 67.79 -
YUV 75.63 208.91 136.11 -
System Red Green Blue C M Y K H S L
Decimal 87 42 219 0.60 0.81 0 0.14 255.25 0.71 0.51
Hex 57 2A DB 3C 51 0 E FF 47 33
Octal 127 52 333 74 121 0 16 377 107 63
Binary 1010111 101010 11011011 111100 1010001 0 1110 11111111 1000111 110011

Color Harmonies of #572ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572ADB

Black with #572ADB

Text Example


Text Example

White with #572ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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