#5e28b2

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

Shades of Purple Heart #5E28B2

Tints of Purple Heart #5E28B2

Color information

#5E28B2 (or 0x5E28B2) is unknown color: approx Purple Heart. HEX triplet: 5E, 28 and B2. RGB value is (94,40,178). Sum of RGB (Red+Green+Blue) = 94+40+178=312 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.13% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 178 (69.92% from 255 or 57.05% from 312); Max value from RGB is 178 - color contains mainly: blue. Hex color #5E28B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E28B2 is #A1D74D. Grayscale: #474747. Windows color (decimal): -10606414 or 11675742. OLE color: 11675742.

HSL color Cylindrical-coordinate representation of color #5E28B2: hue angle of 263.48º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E28B2 is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9440178-
CMYK0.470.7800.30
HSL263.48º63.3%42.75%-
HSV(B)263.48º77.53%69.8%-
XYZ13.417.1142.79-
YUV71.88187.89143.78-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.13%
GREEN value IS 40 (16.02% from 255) = 12.82%
BLUE value IS 178 (69.92% from 255) = 57.05%
R=30.13%
G=12.82%
B=57.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal94401780.470.7800.30263.4863.342.75
Hex5E28B22F4E01E1073f2b
Octal13650262571160364077753
Binary1011110101000101100101011111001110011110100000111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e28b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,40,178); }

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

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

 a { background-color: rgb(94,40,178); }

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

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

 span { border-color: rgb(94,40,178); }

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