Html Css Color HEX #5E01BF Purple Heart

📋 copy color: '#5E01BF'

red 94 ◦ green 1 ◦ blue 191

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

Shades of Purple Heart #5E01BF

Tints of Purple Heart #5E01BF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 32.87%
G = 0.35%
B = 66.78%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E01BF (or 0x5E01BF) is known color: Purple Heart. HEX triplet: 5E, 01 and BF. RGB value is (94,1,191). Sum of RGB (Red+Green+Blue) = 94+1+191=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 191 (75% from 255 or 66.78% from 286); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E01BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E01BF is #A1FE40. Grayscale: #313131. Windows color (decimal): -10616385 or 12517726. OLE color: 12517726.

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

Color convert

RGB 94 1 191 -
CMYK 0.51 0.99 0 0.25
HSL 269.37º 0.99% 0.38% -
HSV(B) 269.37º 0.99% 0.75% -
XYZ 14.03 6.16 49.74 -
YUV 50.47 207.31 159.05 -
System Red Green Blue C M Y K H S L
Decimal 94 1 191 0.51 0.99 0 0.25 269.37 0.99 0.38
Hex 5E 1 BF 33 63 0 19 10D 63 26
Octal 136 1 277 63 143 0 31 415 143 46
Binary 1011110 1 10111111 110011 1100011 0 11001 100001101 1100011 100110

Color Harmonies of #5E01BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E01BF

Black with #5E01BF

Text Example


Text Example

White with #5E01BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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