Html Css Color HEX #5E37E0 Purple Heart

📋 copy color: '#5E37E0'

red 94 ◦ green 55 ◦ blue 224

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

Shades of Purple Heart #5E37E0

Tints of Purple Heart #5E37E0

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.75%

 BLUE value IS 224 (87.89% from 255) = 60.05%

R = 25.2%
G = 14.75%
B = 60.05%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5E37E0 (or 0x5E37E0) is known color: Purple Heart. HEX triplet: 5E, 37 and E0. RGB value is (94,55,224). Sum of RGB (Red+Green+Blue) = 94+55+224=373 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.20% from 373); Green value is 55 (21.88% from 255 or 14.75% from 373); Blue value is 224 (87.89% from 255 or 60.05% from 373); Max value from RGB is 224 - color contains mainly: blue. Hex color #5E37E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E37E0 is #A1C81F. Grayscale: #555555. Windows color (decimal): -10602528 or 14694238. OLE color: 14694238.

HSL color Cylindrical-coordinate representation of color #5E37E0: hue angle of 253.85º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E37E0 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 94 55 224 -
CMYK 0.58 0.75 0 0.12
HSL 253.85º 0.73% 0.55% -
HSV(B) 253.85º 0.75% 0.88% -
XYZ 19.44 10.49 71.52 -
YUV 85.93 205.92 133.76 -
System Red Green Blue C M Y K H S L
Decimal 94 55 224 0.58 0.75 0 0.12 253.85 0.73 0.55
Hex 5E 37 E0 3A 4B 0 C FE 49 37
Octal 136 67 340 72 113 0 14 376 111 67
Binary 1011110 110111 11100000 111010 1001011 0 1100 11111110 1001001 110111

Color Harmonies of #5E37E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E37E0

Black with #5E37E0

Text Example


Text Example

White with #5E37E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,55,224); }

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

background-color css

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

 a { background-color: rgb(94,55,224); }

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

border-color css

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

 span { border-color: rgb(94,55,224); }

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