Html Css Color HEX #5E23AC Purple Heart

📋 copy color: '#5E23AC'

red 94 ◦ green 35 ◦ blue 172

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

Shades of Purple Heart #5E23AC

Tints of Purple Heart #5E23AC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.63%

 BLUE value IS 172 (67.58% from 255) = 57.14%

R = 31.23%
G = 11.63%
B = 57.14%

CMYK

 C value IS 0.45

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E23AC (or 0x5E23AC) is known color: Purple Heart. HEX triplet: 5E, 23 and AC. RGB value is (94,35,172). Sum of RGB (Red+Green+Blue) = 94+35+172=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E23AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E23AC is #A1DC53. Grayscale: #434343. Windows color (decimal): -10607700 or 11281246. OLE color: 11281246.

HSL color Cylindrical-coordinate representation of color #5E23AC: hue angle of 265.84º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E23AC is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 35 172 -
CMYK 0.45 0.80 0 0.33
HSL 265.84º 0.66% 0.41% -
HSV(B) 265.84º 0.8% 0.67% -
XYZ 12.66 6.56 39.63 -
YUV 68.26 186.55 146.36 -
System Red Green Blue C M Y K H S L
Decimal 94 35 172 0.45 0.80 0 0.33 265.84 0.66 0.41
Hex 5E 23 AC 2D 50 0 21 10A 42 29
Octal 136 43 254 55 120 0 41 412 102 51
Binary 1011110 100011 10101100 101101 1010000 0 100001 100001010 1000010 101001

Color Harmonies of #5E23AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E23AC

Black with #5E23AC

Text Example


Text Example

White with #5E23AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,35,172); }

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

background-color css

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

 a { background-color: rgb(94,35,172); }

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

border-color css

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

 span { border-color: rgb(94,35,172); }

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