Html Css Color HEX #573CC9 Purple Heart

📋 copy color: '#573CC9'

red 87 ◦ green 60 ◦ blue 201

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

Shades of Purple Heart #573CC9

Tints of Purple Heart #573CC9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.24%

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

R = 25%
G = 17.24%
B = 57.76%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#573CC9 (or 0x573CC9) is known color: Purple Heart. HEX triplet: 57, 3C and C9. RGB value is (87,60,201). Sum of RGB (Red+Green+Blue) = 87+60+201=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 201 (78.91% from 255 or 57.76% from 348); Max value from RGB is 201 - color contains mainly: blue. Hex color #573CC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573CC9 is #A8C336. Grayscale: #535353. Windows color (decimal): -11060023 or 13188183. OLE color: 13188183.

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

Color convert

RGB 87 60 201 -
CMYK 0.57 0.70 0 0.21
HSL 251.49º 0.57% 0.51% -
HSV(B) 251.49º 0.7% 0.79% -
XYZ 16.09 9.48 56.24 -
YUV 84.15 193.95 130.04 -
System Red Green Blue C M Y K H S L
Decimal 87 60 201 0.57 0.70 0 0.21 251.49 0.57 0.51
Hex 57 3C C9 39 46 0 15 FB 39 33
Octal 127 74 311 71 106 0 25 373 71 63
Binary 1010111 111100 11001001 111001 1000110 0 10101 11111011 111001 110011

Color Harmonies of #573CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573CC9

Black with #573CC9

Text Example


Text Example

White with #573CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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