Html Css Color HEX #573BD6 Purple Heart

📋 copy color: '#573BD6'

red 87 ◦ green 59 ◦ blue 214

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

Shades of Purple Heart #573BD6

Tints of Purple Heart #573BD6

RGB

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

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

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

R = 24.17%
G = 16.39%
B = 59.44%

CMYK

 C value IS 0.59

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#573BD6 (or 0x573BD6) is known color: Purple Heart. HEX triplet: 57, 3B and D6. RGB value is (87,59,214). Sum of RGB (Red+Green+Blue) = 87+59+214=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 214 (83.98% from 255 or 59.44% from 360); Max value from RGB is 214 - color contains mainly: blue. Hex color #573BD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573BD6 is #A8C429. Grayscale: #545454. Windows color (decimal): -11060266 or 14039895. OLE color: 14039895.

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

Color convert

RGB 87 59 214 -
CMYK 0.59 0.72 0 0.16
HSL 250.84º 0.65% 0.54% -
HSV(B) 250.84º 0.72% 0.84% -
XYZ 17.63 10.01 64.62 -
YUV 85.04 200.78 129.4 -
System Red Green Blue C M Y K H S L
Decimal 87 59 214 0.59 0.72 0 0.16 250.84 0.65 0.54
Hex 57 3B D6 3B 48 0 10 FB 41 36
Octal 127 73 326 73 110 0 20 373 101 66
Binary 1010111 111011 11010110 111011 1001000 0 10000 11111011 1000001 110110

Color Harmonies of #573BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573BD6

Black with #573BD6

Text Example


Text Example

White with #573BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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