Html Css Color HEX #5732AD Purple Heart

📋 copy color: '#5732AD'

red 87 ◦ green 50 ◦ blue 173

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

Shades of Purple Heart #5732AD

Tints of Purple Heart #5732AD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.13%

 BLUE value IS 173 (67.97% from 255) = 55.81%

R = 28.06%
G = 16.13%
B = 55.81%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5732AD (or 0x5732AD) is known color: Purple Heart. HEX triplet: 57, 32 and AD. RGB value is (87,50,173). Sum of RGB (Red+Green+Blue) = 87+50+173=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #5732AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5732AD is #A8CD52. Grayscale: #4A4A4A. Windows color (decimal): -11062611 or 11350615. OLE color: 11350615.

HSL color Cylindrical-coordinate representation of color #5732AD: hue angle of 258.05º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5732AD is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 50 173 -
CMYK 0.50 0.71 0 0.32
HSL 258.05º 0.55% 0.44% -
HSV(B) 258.05º 0.71% 0.68% -
XYZ 12.61 7.32 40.28 -
YUV 75.09 183.26 136.5 -
System Red Green Blue C M Y K H S L
Decimal 87 50 173 0.50 0.71 0 0.32 258.05 0.55 0.44
Hex 57 32 AD 32 47 0 20 102 37 2C
Octal 127 62 255 62 107 0 40 402 67 54
Binary 1010111 110010 10101101 110010 1000111 0 100000 100000010 110111 101100

Color Harmonies of #5732AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5732AD

Black with #5732AD

Text Example


Text Example

White with #5732AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5732AD; }

 p { color: rgb(87,50,173); }

 H1.HeaderClassName
 {
   color: #5732AD;
 }
 .AnyTagClassName
 {
   color: #5732AD;
 }
</style>

background-color css

<style>
 a { background-color: #5732AD; }

 a { background-color: rgb(87,50,173); }

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

border-color css

<style>
 span { border-color: #5732AD; }

 span { border-color: rgb(87,50,173); }

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