Html Css Color HEX #5E26AA Purple Heart

📋 copy color: '#5E26AA'

red 94 ◦ green 38 ◦ blue 170

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

Shades of Purple Heart #5E26AA

Tints of Purple Heart #5E26AA

RGB

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

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

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

R = 31.13%
G = 12.58%
B = 56.29%

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

#5E26AA (or 0x5E26AA) is known color: Purple Heart. HEX triplet: 5E, 26 and AA. RGB value is (94,38,170). Sum of RGB (Red+Green+Blue) = 94+38+170=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E26AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E26AA is #A1D955. Grayscale: #454545. Windows color (decimal): -10606934 or 11150942. OLE color: 11150942.

HSL color Cylindrical-coordinate representation of color #5E26AA: hue angle of 265.45º degrees, saturation: 0.63, 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 #5E26AA is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 38 170 -
CMYK 0.45 0.78 0 0.33
HSL 265.45º 0.63% 0.41% -
HSV(B) 265.45º 0.78% 0.67% -
XYZ 12.56 6.67 38.66 -
YUV 69.79 184.55 145.27 -
System Red Green Blue C M Y K H S L
Decimal 94 38 170 0.45 0.78 0 0.33 265.45 0.63 0.41
Hex 5E 26 AA 2D 4E 0 21 109 3F 29
Octal 136 46 252 55 116 0 41 411 77 51
Binary 1011110 100110 10101010 101101 1001110 0 100001 100001001 111111 101001

Color Harmonies of #5E26AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E26AA

Black with #5E26AA

Text Example


Text Example

White with #5E26AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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