Html Css Color HEX #5E25AB Purple Heart

📋 copy color: '#5E25AB'

red 94 ◦ green 37 ◦ blue 171

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

Shades of Purple Heart #5E25AB

Tints of Purple Heart #5E25AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.62%

R = 31.13%
G = 12.25%
B = 56.62%

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

#5E25AB (or 0x5E25AB) is known color: Purple Heart. HEX triplet: 5E, 25 and AB. RGB value is (94,37,171). Sum of RGB (Red+Green+Blue) = 94+37+171=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E25AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E25AB is #A1DA54. Grayscale: #444444. Windows color (decimal): -10607189 or 11216222. OLE color: 11216222.

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

Color convert

RGB 94 37 171 -
CMYK 0.45 0.78 0 0.33
HSL 265.52º 0.64% 0.41% -
HSV(B) 265.52º 0.78% 0.67% -
XYZ 12.63 6.64 39.14 -
YUV 69.32 185.38 145.6 -
System Red Green Blue C M Y K H S L
Decimal 94 37 171 0.45 0.78 0 0.33 265.52 0.64 0.41
Hex 5E 25 AB 2D 4E 0 21 10A 40 29
Octal 136 45 253 55 116 0 41 412 100 51
Binary 1011110 100101 10101011 101101 1001110 0 100001 100001010 1000000 101001

Color Harmonies of #5E25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E25AB

Black with #5E25AB

Text Example


Text Example

White with #5E25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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