#5E02BA

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

Shades of Purple Heart #5E02BA

Tints of Purple Heart #5E02BA

Color information

#5E02BA (or 0x5E02BA) is unknown color: approx Purple Heart. HEX triplet: 5E, 02 and BA. RGB value is (94,2,186). Sum of RGB (Red+Green+Blue) = 94+2+186=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E02BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E02BA is #A1FD45. Grayscale: #313131. Windows color (decimal): -10616134 or 12190302. OLE color: 12190302.

HSL color Cylindrical-coordinate representation of color #5E02BA: hue angle of 270º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E02BA is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB942186-
CMYK0.490.9900.27
HSL270º97.87%36.86%-
HSV(B)270º98.92%72.94%-
XYZ13.55.9746.89-
YUV50.48204.48159.04-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.33%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 186 (73.05% from 255) = 65.96%
R=33.33%
G=0.71%
B=65.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9421860.490.9900.2727097.8736.86
Hex5E2BA316301B10e6225
Octal13622726114303341614245
Binary1011110101011101011000111000110110111000011101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E02BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,2,186); }

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

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

 a { background-color: rgb(94,2,186); }

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

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

 span { border-color: rgb(94,2,186); }

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