Html Css Color HEX #5E23AA Purple Heart

📋 copy color: '#5E23AA'

red 94 ◦ green 35 ◦ blue 170

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

Shades of Purple Heart #5E23AA

Tints of Purple Heart #5E23AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.86%

R = 31.44%
G = 11.71%
B = 56.86%

CMYK

 C value IS 0.45

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E23AA (or 0x5E23AA) is known color: Purple Heart. HEX triplet: 5E, 23 and AA. RGB value is (94,35,170). Sum of RGB (Red+Green+Blue) = 94+35+170=299 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.44% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E23AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E23AA is #A1DC55. Grayscale: #434343. Windows color (decimal): -10607702 or 11150174. OLE color: 11150174.

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

Color convert

RGB 94 35 170 -
CMYK 0.45 0.79 0 0.33
HSL 266.22º 0.66% 0.4% -
HSV(B) 266.22º 0.79% 0.67% -
XYZ 12.47 6.48 38.62 -
YUV 68.03 185.55 146.52 -
System Red Green Blue C M Y K H S L
Decimal 94 35 170 0.45 0.79 0 0.33 266.22 0.66 0.4
Hex 5E 23 AA 2D 4F 0 21 10A 42 28
Octal 136 43 252 55 117 0 41 412 102 50
Binary 1011110 100011 10101010 101101 1001111 0 100001 100001010 1000010 101000

Color Harmonies of #5E23AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E23AA

Black with #5E23AA

Text Example


Text Example

White with #5E23AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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