Html Css Color HEX #573ACB Purple Heart

📋 copy color: '#573ACB'

red 87 ◦ green 58 ◦ blue 203

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

Shades of Purple Heart #573ACB

Tints of Purple Heart #573ACB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.67%

 BLUE value IS 203 (79.69% from 255) = 58.33%

R = 25%
G = 16.67%
B = 58.33%

CMYK

 C value IS 0.57

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#573ACB (or 0x573ACB) is known color: Purple Heart. HEX triplet: 57, 3A and CB. RGB value is (87,58,203). Sum of RGB (Red+Green+Blue) = 87+58+203=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #573ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573ACB is #A8C534. Grayscale: #525252. Windows color (decimal): -11060533 or 13318743. OLE color: 13318743.

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

Color convert

RGB 87 58 203 -
CMYK 0.57 0.71 0 0.20
HSL 252º 0.58% 0.51% -
HSV(B) 252º 0.71% 0.8% -
XYZ 16.22 9.36 57.45 -
YUV 83.2 195.61 130.71 -
System Red Green Blue C M Y K H S L
Decimal 87 58 203 0.57 0.71 0 0.20 252 0.58 0.51
Hex 57 3A CB 39 47 0 14 FC 3A 33
Octal 127 72 313 71 107 0 24 374 72 63
Binary 1010111 111010 11001011 111001 1000111 0 10100 11111100 111010 110011

Color Harmonies of #573ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573ACB

Black with #573ACB

Text Example


Text Example

White with #573ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,58,203); }

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

background-color css

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

 a { background-color: rgb(87,58,203); }

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

border-color css

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

 span { border-color: rgb(87,58,203); }

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