Html Css Color HEX #573BCD Purple Heart

📋 copy color: '#573BCD'

red 87 ◦ green 59 ◦ blue 205

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

Shades of Purple Heart #573BCD

Tints of Purple Heart #573BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.4%

R = 24.79%
G = 16.81%
B = 58.4%

CMYK

 C value IS 0.58

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#573BCD (or 0x573BCD) is known color: Purple Heart. HEX triplet: 57, 3B and CD. RGB value is (87,59,205). Sum of RGB (Red+Green+Blue) = 87+59+205=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #573BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573BCD is #A8C432. Grayscale: #535353. Windows color (decimal): -11060275 or 13450071. OLE color: 13450071.

HSL color Cylindrical-coordinate representation of color #573BCD: hue angle of 251.51º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #573BCD is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 59 205 -
CMYK 0.58 0.71 0 0.20
HSL 251.51º 0.59% 0.52% -
HSV(B) 251.51º 0.71% 0.8% -
XYZ 16.51 9.56 58.73 -
YUV 84.02 196.28 130.13 -
System Red Green Blue C M Y K H S L
Decimal 87 59 205 0.58 0.71 0 0.20 251.51 0.59 0.52
Hex 57 3B CD 3A 47 0 14 FC 3B 34
Octal 127 73 315 72 107 0 24 374 73 64
Binary 1010111 111011 11001101 111010 1000111 0 10100 11111100 111011 110100

Color Harmonies of #573BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573BCD

Black with #573BCD

Text Example


Text Example

White with #573BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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