Html Css Color HEX #573BDB Purple Heart

📋 copy color: '#573BDB'

red 87 ◦ green 59 ◦ blue 219

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

Shades of Purple Heart #573BDB

Tints of Purple Heart #573BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.16%

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

R = 23.84%
G = 16.16%
B = 60%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#573BDB (or 0x573BDB) is known color: Purple Heart. HEX triplet: 57, 3B and DB. RGB value is (87,59,219). Sum of RGB (Red+Green+Blue) = 87+59+219=365 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.84% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #573BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573BDB is #A8C424. Grayscale: #555555. Windows color (decimal): -11060261 or 14367575. OLE color: 14367575.

HSL color Cylindrical-coordinate representation of color #573BDB: hue angle of 250.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #573BDB is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 59 219 -
CMYK 0.60 0.73 0 0.14
HSL 250.5º 0.69% 0.55% -
HSV(B) 250.5º 0.73% 0.86% -
XYZ 18.28 10.27 68.04 -
YUV 85.61 203.28 128.99 -
System Red Green Blue C M Y K H S L
Decimal 87 59 219 0.60 0.73 0 0.14 250.5 0.69 0.55
Hex 57 3B DB 3C 49 0 E FB 45 37
Octal 127 73 333 74 111 0 16 373 105 67
Binary 1010111 111011 11011011 111100 1001001 0 1110 11111011 1000101 110111

Color Harmonies of #573BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573BDB

Black with #573BDB

Text Example


Text Example

White with #573BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573BDB; }

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

 H1.HeaderClassName
 {
   color: #573BDB;
 }
 .AnyTagClassName
 {
   color: #573BDB;
 }
</style>

background-color css

<style>
 a { background-color: #573BDB; }

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

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

border-color css

<style>
 span { border-color: #573BDB; }

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

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