Html Css Color HEX #573FC9 Purple Heart

📋 copy color: '#573FC9'

red 87 ◦ green 63 ◦ blue 201

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

Shades of Purple Heart #573FC9

Tints of Purple Heart #573FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 57.26%

R = 24.79%
G = 17.95%
B = 57.26%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#573FC9 (or 0x573FC9) is known color: Purple Heart. HEX triplet: 57, 3F and C9. RGB value is (87,63,201). Sum of RGB (Red+Green+Blue) = 87+63+201=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 201 (78.91% from 255 or 57.26% from 351); Max value from RGB is 201 - color contains mainly: blue. Hex color #573FC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573FC9 is #A8C036. Grayscale: #555555. Windows color (decimal): -11059255 or 13188951. OLE color: 13188951.

HSL color Cylindrical-coordinate representation of color #573FC9: hue angle of 250.43º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #573FC9 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 87 63 201 -
CMYK 0.57 0.69 0 0.21
HSL 250.43º 0.56% 0.52% -
HSV(B) 250.43º 0.69% 0.79% -
XYZ 16.25 9.8 56.29 -
YUV 85.91 192.95 128.78 -
System Red Green Blue C M Y K H S L
Decimal 87 63 201 0.57 0.69 0 0.21 250.43 0.56 0.52
Hex 57 3F C9 39 45 0 15 FA 38 34
Octal 127 77 311 71 105 0 25 372 70 64
Binary 1010111 111111 11001001 111001 1000101 0 10101 11111010 111000 110100

Color Harmonies of #573FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573FC9

Black with #573FC9

Text Example


Text Example

White with #573FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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