Html Css Color HEX #573CBE Purple Heart

📋 copy color: '#573CBE'

red 87 ◦ green 60 ◦ blue 190

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

Shades of Purple Heart #573CBE

Tints of Purple Heart #573CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.38%

R = 25.82%
G = 17.8%
B = 56.38%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#573CBE (or 0x573CBE) is known color: Purple Heart. HEX triplet: 57, 3C and BE. RGB value is (87,60,190). Sum of RGB (Red+Green+Blue) = 87+60+190=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #573CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573CBE is #A8C341. Grayscale: #525252. Windows color (decimal): -11060034 or 12467287. OLE color: 12467287.

HSL color Cylindrical-coordinate representation of color #573CBE: hue angle of 252.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #573CBE is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 60 190 -
CMYK 0.54 0.68 0 0.25
HSL 252.46º 0.52% 0.49% -
HSV(B) 252.46º 0.68% 0.75% -
XYZ 14.84 8.98 49.67 -
YUV 82.89 188.45 130.93 -
System Red Green Blue C M Y K H S L
Decimal 87 60 190 0.54 0.68 0 0.25 252.46 0.52 0.49
Hex 57 3C BE 36 44 0 19 FC 34 31
Octal 127 74 276 66 104 0 31 374 64 61
Binary 1010111 111100 10111110 110110 1000100 0 11001 11111100 110100 110001

Color Harmonies of #573CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573CBE

Black with #573CBE

Text Example


Text Example

White with #573CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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