Html Css Color HEX #5E26AC Purple Heart

📋 copy color: '#5E26AC'

red 94 ◦ green 38 ◦ blue 172

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

Shades of Purple Heart #5E26AC

Tints of Purple Heart #5E26AC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.5%

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

R = 30.92%
G = 12.5%
B = 56.58%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E26AC (or 0x5E26AC) is known color: Purple Heart. HEX triplet: 5E, 26 and AC. RGB value is (94,38,172). Sum of RGB (Red+Green+Blue) = 94+38+172=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E26AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E26AC is #A1D953. Grayscale: #454545. Windows color (decimal): -10606932 or 11282014. OLE color: 11282014.

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

Color convert

RGB 94 38 172 -
CMYK 0.45 0.78 0 0.33
HSL 265.07º 0.64% 0.41% -
HSV(B) 265.07º 0.78% 0.67% -
XYZ 12.76 6.74 39.66 -
YUV 70.02 185.55 145.1 -
System Red Green Blue C M Y K H S L
Decimal 94 38 172 0.45 0.78 0 0.33 265.07 0.64 0.41
Hex 5E 26 AC 2D 4E 0 21 109 40 29
Octal 136 46 254 55 116 0 41 411 100 51
Binary 1011110 100110 10101100 101101 1001110 0 100001 100001001 1000000 101001

Color Harmonies of #5E26AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E26AC

Black with #5E26AC

Text Example


Text Example

White with #5E26AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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