#5E00BF

Color #5E00BF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5E00BF

Tints of Purple Heart #5E00BF

Color information

#5E00BF (or 0x5E00BF) is unknown color: approx Purple Heart. HEX triplet: 5E, 00 and BF. RGB value is (94,0,191). Sum of RGB (Red+Green+Blue) = 94+0+191=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 191 (75% from 255 or 67.02% from 285); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E00BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E00BF is #A1FF40. Grayscale: #313131. Windows color (decimal): -10616641 or 12517470. OLE color: 12517470.

HSL color Cylindrical-coordinate representation of color #5E00BF: hue angle of 269.53º 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 #5E00BF is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB940191-
CMYK0.51100.25
HSL269.53º100%37.45%-
HSV(B)269.53º100%74.9%-
XYZ14.026.1449.74-
YUV49.88207.64159.47-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 67.02%
R=32.98%
G=0%
B=67.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9401910.51100.25269.5310037.45
Hex5E0BF336401910e6425
Octal13602776314403141614445
Binary101111001011111111001111001000110011000011101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E00BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E00BF;
 }
 .AnyTagClassName
 {
   color: #5E00BF;
 }
</style>
background-color css

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

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

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

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

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

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