Html Css Color HEX #573AD6 Purple Heart

📋 copy color: '#573AD6'

red 87 ◦ green 58 ◦ blue 214

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

Shades of Purple Heart #573AD6

Tints of Purple Heart #573AD6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.16%

 BLUE value IS 214 (83.98% from 255) = 59.61%

R = 24.23%
G = 16.16%
B = 59.61%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#573AD6 (or 0x573AD6) is known color: Purple Heart. HEX triplet: 57, 3A and D6. RGB value is (87,58,214). Sum of RGB (Red+Green+Blue) = 87+58+214=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 214 (83.98% from 255 or 59.61% from 359); Max value from RGB is 214 - color contains mainly: blue. Hex color #573AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573AD6 is #A8C529. Grayscale: #535353. Windows color (decimal): -11060522 or 14039639. OLE color: 14039639.

HSL color Cylindrical-coordinate representation of color #573AD6: hue angle of 251.15º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #573AD6 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 87 58 214 -
CMYK 0.59 0.73 0 0.16
HSL 251.15º 0.66% 0.53% -
HSV(B) 251.15º 0.73% 0.84% -
XYZ 17.58 9.91 64.6 -
YUV 84.46 201.11 129.82 -
System Red Green Blue C M Y K H S L
Decimal 87 58 214 0.59 0.73 0 0.16 251.15 0.66 0.53
Hex 57 3A D6 3B 49 0 10 FB 42 35
Octal 127 72 326 73 111 0 20 373 102 65
Binary 1010111 111010 11010110 111011 1001001 0 10000 11111011 1000010 110101

Color Harmonies of #573AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573AD6

Black with #573AD6

Text Example


Text Example

White with #573AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,58,214); }

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

background-color css

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

 a { background-color: rgb(87,58,214); }

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

border-color css

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

 span { border-color: rgb(87,58,214); }

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