Html Css Color HEX #572DDB Purple Heart

📋 copy color: '#572DDB'

red 87 ◦ green 45 ◦ blue 219

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

Shades of Purple Heart #572DDB

Tints of Purple Heart #572DDB

RGB

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

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

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

R = 24.79%
G = 12.82%
B = 62.39%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#572DDB (or 0x572DDB) is known color: Purple Heart. HEX triplet: 57, 2D and DB. RGB value is (87,45,219). Sum of RGB (Red+Green+Blue) = 87+45+219=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #572DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572DDB is #A8D224. Grayscale: #4C4C4C. Windows color (decimal): -11063845 or 14363991. OLE color: 14363991.

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

Color convert

RGB 87 45 219 -
CMYK 0.60 0.79 0 0.14
HSL 254.48º 0.71% 0.52% -
HSV(B) 254.48º 0.79% 0.86% -
XYZ 17.66 9.02 67.83 -
YUV 77.39 207.91 134.85 -
System Red Green Blue C M Y K H S L
Decimal 87 45 219 0.60 0.79 0 0.14 254.48 0.71 0.52
Hex 57 2D DB 3C 4F 0 E FE 47 34
Octal 127 55 333 74 117 0 16 376 107 64
Binary 1010111 101101 11011011 111100 1001111 0 1110 11111110 1000111 110100

Color Harmonies of #572DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572DDB

Black with #572DDB

Text Example


Text Example

White with #572DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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