Html Css Color HEX #5E01BE Purple Heart

📋 copy color: '#5E01BE'

red 94 ◦ green 1 ◦ blue 190

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

Shades of Purple Heart #5E01BE

Tints of Purple Heart #5E01BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 66.67%

R = 32.98%
G = 0.35%
B = 66.67%

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

#5E01BE (or 0x5E01BE) is known color: Purple Heart. HEX triplet: 5E, 01 and BE. RGB value is (94,1,190). Sum of RGB (Red+Green+Blue) = 94+1+190=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E01BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E01BE is #A1FE41. Grayscale: #313131. Windows color (decimal): -10616386 or 12452190. OLE color: 12452190.

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

Color convert

RGB 94 1 190 -
CMYK 0.51 0.99 0 0.25
HSL 269.52º 0.99% 0.37% -
HSV(B) 269.52º 0.99% 0.75% -
XYZ 13.92 6.12 49.16 -
YUV 50.35 206.81 159.13 -
System Red Green Blue C M Y K H S L
Decimal 94 1 190 0.51 0.99 0 0.25 269.52 0.99 0.37
Hex 5E 1 BE 33 63 0 19 10E 63 25
Octal 136 1 276 63 143 0 31 416 143 45
Binary 1011110 1 10111110 110011 1100011 0 11001 100001110 1100011 100101

Color Harmonies of #5E01BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E01BE

Black with #5E01BE

Text Example


Text Example

White with #5E01BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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