Html Css Color HEX #5E32AD Purple Heart

📋 copy color: '#5E32AD'

red 94 ◦ green 50 ◦ blue 173

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

Shades of Purple Heart #5E32AD

Tints of Purple Heart #5E32AD

RGB

 RED value IS 94 (37.11% from 255) = 29.65%

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

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

R = 29.65%
G = 15.77%
B = 54.57%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E32AD (or 0x5E32AD) is known color: Purple Heart. HEX triplet: 5E, 32 and AD. RGB value is (94,50,173). Sum of RGB (Red+Green+Blue) = 94+50+173=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E32AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E32AD is #A1CD52. Grayscale: #4C4C4C. Windows color (decimal): -10603859 or 11350622. OLE color: 11350622.

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

Color convert

RGB 94 50 173 -
CMYK 0.46 0.71 0 0.32
HSL 261.46º 0.55% 0.44% -
HSV(B) 261.46º 0.71% 0.68% -
XYZ 13.3 7.68 40.32 -
YUV 77.18 182.08 140 -
System Red Green Blue C M Y K H S L
Decimal 94 50 173 0.46 0.71 0 0.32 261.46 0.55 0.44
Hex 5E 32 AD 2E 47 0 20 105 37 2C
Octal 136 62 255 56 107 0 40 405 67 54
Binary 1011110 110010 10101101 101110 1000111 0 100000 100000101 110111 101100

Color Harmonies of #5E32AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E32AD

Black with #5E32AD

Text Example


Text Example

White with #5E32AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E32AD; }

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

 H1.HeaderClassName
 {
   color: #5E32AD;
 }
 .AnyTagClassName
 {
   color: #5E32AD;
 }
</style>

background-color css

<style>
 a { background-color: #5E32AD; }

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

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

border-color css

<style>
 span { border-color: #5E32AD; }

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

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