Html Css Color HEX #5E2FAE Purple Heart

📋 copy color: '#5E2FAE'

red 94 ◦ green 47 ◦ blue 174

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

Shades of Purple Heart #5E2FAE

Tints of Purple Heart #5E2FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.92%

 BLUE value IS 174 (68.36% from 255) = 55.24%

R = 29.84%
G = 14.92%
B = 55.24%

CMYK

 C value IS 0.46

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E2FAE (or 0x5E2FAE) is known color: Purple Heart. HEX triplet: 5E, 2F and AE. RGB value is (94,47,174). Sum of RGB (Red+Green+Blue) = 94+47+174=315 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.84% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E2FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2FAE is #A1D051. Grayscale: #4B4B4B. Windows color (decimal): -10604626 or 11415390. OLE color: 11415390.

HSL color Cylindrical-coordinate representation of color #5E2FAE: hue angle of 262.2º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E2FAE is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 94 47 174 -
CMYK 0.46 0.73 0 0.32
HSL 262.2º 0.57% 0.43% -
HSV(B) 262.2º 0.73% 0.68% -
XYZ 13.27 7.47 40.79 -
YUV 75.53 183.57 141.17 -
System Red Green Blue C M Y K H S L
Decimal 94 47 174 0.46 0.73 0 0.32 262.2 0.57 0.43
Hex 5E 2F AE 2E 49 0 20 106 39 2B
Octal 136 57 256 56 111 0 40 406 71 53
Binary 1011110 101111 10101110 101110 1001001 0 100000 100000110 111001 101011

Color Harmonies of #5E2FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2FAE

Black with #5E2FAE

Text Example


Text Example

White with #5E2FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,47,174); }

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

background-color css

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

 a { background-color: rgb(94,47,174); }

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

border-color css

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

 span { border-color: rgb(94,47,174); }

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