Html Css Color HEX #573FCD Purple Heart

📋 copy color: '#573FCD'

red 87 ◦ green 63 ◦ blue 205

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

Shades of Purple Heart #573FCD

Tints of Purple Heart #573FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 17.75%

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

R = 24.51%
G = 17.75%
B = 57.75%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#573FCD (or 0x573FCD) is known color: Purple Heart. HEX triplet: 57, 3F and CD. RGB value is (87,63,205). Sum of RGB (Red+Green+Blue) = 87+63+205=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #573FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573FCD is #A8C032. Grayscale: #555555. Windows color (decimal): -11059251 or 13451095. OLE color: 13451095.

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

Color convert

RGB 87 63 205 -
CMYK 0.58 0.69 0 0.20
HSL 250.14º 0.59% 0.53% -
HSV(B) 250.14º 0.69% 0.8% -
XYZ 16.73 9.99 58.8 -
YUV 86.36 194.95 128.45 -
System Red Green Blue C M Y K H S L
Decimal 87 63 205 0.58 0.69 0 0.20 250.14 0.59 0.53
Hex 57 3F CD 3A 45 0 14 FA 3B 35
Octal 127 77 315 72 105 0 24 372 73 65
Binary 1010111 111111 11001101 111010 1000101 0 10100 11111010 111011 110101

Color Harmonies of #573FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573FCD

Black with #573FCD

Text Example


Text Example

White with #573FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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