Html Css Color HEX #5E25AF Purple Heart

📋 copy color: '#5E25AF'

red 94 ◦ green 37 ◦ blue 175

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

Shades of Purple Heart #5E25AF

Tints of Purple Heart #5E25AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.19%

R = 30.72%
G = 12.09%
B = 57.19%

CMYK

 C value IS 0.46

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5E25AF (or 0x5E25AF) is known color: Purple Heart. HEX triplet: 5E, 25 and AF. RGB value is (94,37,175). Sum of RGB (Red+Green+Blue) = 94+37+175=306 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.72% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E25AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E25AF is #A1DA50. Grayscale: #454545. Windows color (decimal): -10607185 or 11478366. OLE color: 11478366.

HSL color Cylindrical-coordinate representation of color #5E25AF: hue angle of 264.78º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E25AF is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 94 37 175 -
CMYK 0.46 0.79 0 0.31
HSL 264.78º 0.65% 0.42% -
HSV(B) 264.78º 0.79% 0.69% -
XYZ 13.02 6.8 41.18 -
YUV 69.78 187.38 145.28 -
System Red Green Blue C M Y K H S L
Decimal 94 37 175 0.46 0.79 0 0.31 264.78 0.65 0.42
Hex 5E 25 AF 2E 4F 0 1F 109 41 2A
Octal 136 45 257 56 117 0 37 411 101 52
Binary 1011110 100101 10101111 101110 1001111 0 11111 100001001 1000001 101010

Color Harmonies of #5E25AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E25AF

Black with #5E25AF

Text Example


Text Example

White with #5E25AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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