Html Css Color HEX #5932AD Purple Heart

📋 copy color: '#5932AD'

red 89 ◦ green 50 ◦ blue 173

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

Shades of Purple Heart #5932AD

Tints of Purple Heart #5932AD

RGB

 RED value IS 89 (35.16% from 255) = 28.53%

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

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

R = 28.53%
G = 16.03%
B = 55.45%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5932AD (or 0x5932AD) is known color: Purple Heart. HEX triplet: 59, 32 and AD. RGB value is (89,50,173). Sum of RGB (Red+Green+Blue) = 89+50+173=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #5932AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5932AD is #A6CD52. Grayscale: #4B4B4B. Windows color (decimal): -10931539 or 11350617. OLE color: 11350617.

HSL color Cylindrical-coordinate representation of color #5932AD: hue angle of 259.02º 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 #5932AD is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 50 173 -
CMYK 0.49 0.71 0 0.32
HSL 259.02º 0.55% 0.44% -
HSV(B) 259.02º 0.71% 0.68% -
XYZ 12.8 7.42 40.29 -
YUV 75.68 182.92 137.5 -
System Red Green Blue C M Y K H S L
Decimal 89 50 173 0.49 0.71 0 0.32 259.02 0.55 0.44
Hex 59 32 AD 31 47 0 20 103 37 2C
Octal 131 62 255 61 107 0 40 403 67 54
Binary 1011001 110010 10101101 110001 1000111 0 100000 100000011 110111 101100

Color Harmonies of #5932AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5932AD

Black with #5932AD

Text Example


Text Example

White with #5932AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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