Html Css Color HEX #5E00BE Purple Heart

📋 copy color: '#5E00BE'

red 94 ◦ green 0 ◦ blue 190

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

Shades of Purple Heart #5E00BE

Tints of Purple Heart #5E00BE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.1%
G = 0%
B = 66.9%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E00BE (or 0x5E00BE) is known color: Purple Heart. HEX triplet: 5E, 00 and BE. RGB value is (94,0,190). Sum of RGB (Red+Green+Blue) = 94+0+190=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E00BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E00BE is #A1FF41. Grayscale: #313131. Windows color (decimal): -10616642 or 12451934. OLE color: 12451934.

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

Color convert

RGB 94 0 190 -
CMYK 0.51 1 0 0.25
HSL 269.68º 1% 0.37% -
HSV(B) 269.68º 1% 0.75% -
XYZ 13.91 6.1 49.16 -
YUV 49.77 207.14 159.55 -
System Red Green Blue C M Y K H S L
Decimal 94 0 190 0.51 1 0 0.25 269.68 1 0.37
Hex 5E 0 BE 33 64 0 19 10E 64 25
Octal 136 0 276 63 144 0 31 416 144 45
Binary 1011110 0 10111110 110011 1100100 0 11001 100001110 1100100 100101

Color Harmonies of #5E00BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E00BE

Black with #5E00BE

Text Example


Text Example

White with #5E00BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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