Html Css Color HEX #5E28AC Purple Heart

📋 copy color: '#5E28AC'

red 94 ◦ green 40 ◦ blue 172

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

Shades of Purple Heart #5E28AC

Tints of Purple Heart #5E28AC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.07%

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

R = 30.72%
G = 13.07%
B = 56.21%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E28AC (or 0x5E28AC) is known color: Purple Heart. HEX triplet: 5E, 28 and AC. RGB value is (94,40,172). Sum of RGB (Red+Green+Blue) = 94+40+172=306 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.72% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E28AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E28AC is #A1D753. Grayscale: #464646. Windows color (decimal): -10606420 or 11282526. OLE color: 11282526.

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

Color convert

RGB 94 40 172 -
CMYK 0.45 0.77 0 0.33
HSL 264.55º 0.62% 0.42% -
HSV(B) 264.55º 0.77% 0.67% -
XYZ 12.82 6.88 39.68 -
YUV 71.19 184.89 144.27 -
System Red Green Blue C M Y K H S L
Decimal 94 40 172 0.45 0.77 0 0.33 264.55 0.62 0.42
Hex 5E 28 AC 2D 4D 0 21 109 3E 2A
Octal 136 50 254 55 115 0 41 411 76 52
Binary 1011110 101000 10101100 101101 1001101 0 100001 100001001 111110 101010

Color Harmonies of #5E28AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E28AC

Black with #5E28AC

Text Example


Text Example

White with #5E28AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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