Html Css Color HEX #5E25AA Purple Heart

📋 copy color: '#5E25AA'

red 94 ◦ green 37 ◦ blue 170

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

Shades of Purple Heart #5E25AA

Tints of Purple Heart #5E25AA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.29%

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

R = 31.23%
G = 12.29%
B = 56.48%

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

#5E25AA (or 0x5E25AA) is known color: Purple Heart. HEX triplet: 5E, 25 and AA. RGB value is (94,37,170). Sum of RGB (Red+Green+Blue) = 94+37+170=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E25AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E25AA is #A1DA55. Grayscale: #444444. Windows color (decimal): -10607190 or 11150686. OLE color: 11150686.

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

Color convert

RGB 94 37 170 -
CMYK 0.45 0.78 0 0.33
HSL 265.71º 0.64% 0.41% -
HSV(B) 265.71º 0.78% 0.67% -
XYZ 12.53 6.61 38.64 -
YUV 69.21 184.88 145.69 -
System Red Green Blue C M Y K H S L
Decimal 94 37 170 0.45 0.78 0 0.33 265.71 0.64 0.41
Hex 5E 25 AA 2D 4E 0 21 10A 40 29
Octal 136 45 252 55 116 0 41 412 100 51
Binary 1011110 100101 10101010 101101 1001110 0 100001 100001010 1000000 101001

Color Harmonies of #5E25AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E25AA

Black with #5E25AA

Text Example


Text Example

White with #5E25AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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