Html Css Color HEX #5E04BF Purple Heart

📋 copy color: '#5E04BF'

red 94 ◦ green 4 ◦ blue 191

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

Shades of Purple Heart #5E04BF

Tints of Purple Heart #5E04BF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.38%

 BLUE value IS 191 (75% from 255) = 66.09%

R = 32.53%
G = 1.38%
B = 66.09%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E04BF (or 0x5E04BF) is known color: Purple Heart. HEX triplet: 5E, 04 and BF. RGB value is (94,4,191). Sum of RGB (Red+Green+Blue) = 94+4+191=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E04BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E04BF is #A1FB40. Grayscale: #333333. Windows color (decimal): -10615617 or 12518494. OLE color: 12518494.

HSL color Cylindrical-coordinate representation of color #5E04BF: hue angle of 268.88º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E04BF is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 4 191 -
CMYK 0.51 0.98 0 0.25
HSL 268.88º 0.96% 0.38% -
HSV(B) 268.88º 0.98% 0.75% -
XYZ 14.06 6.23 49.75 -
YUV 52.23 206.32 157.79 -
System Red Green Blue C M Y K H S L
Decimal 94 4 191 0.51 0.98 0 0.25 268.88 0.96 0.38
Hex 5E 4 BF 33 62 0 19 10D 60 26
Octal 136 4 277 63 142 0 31 415 140 46
Binary 1011110 100 10111111 110011 1100010 0 11001 100001101 1100000 100110

Color Harmonies of #5E04BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E04BF

Black with #5E04BF

Text Example


Text Example

White with #5E04BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,4,191); }

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

background-color css

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

 a { background-color: rgb(94,4,191); }

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

border-color css

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

 span { border-color: rgb(94,4,191); }

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