#5E02C8

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

Shades of Purple Heart #5E02C8

Tints of Purple Heart #5E02C8

Color information

#5E02C8 (or 0x5E02C8) is unknown color: approx Purple Heart. HEX triplet: 5E, 02 and C8. RGB value is (94,2,200). Sum of RGB (Red+Green+Blue) = 94+2+200=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 200 (78.52% from 255 or 67.57% from 296); Max value from RGB is 200 - color contains mainly: blue. Hex color #5E02C8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E02C8 is #A1FD37. Grayscale: #333333. Windows color (decimal): -10616120 or 13107806. OLE color: 13107806.

HSL color Cylindrical-coordinate representation of color #5E02C8: hue angle of 267.88º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E02C8 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB942200-
CMYK0.530.9900.22
HSL267.88º98.02%39.61%-
HSV(B)267.88º99%78.43%-
XYZ15.066.5955.12-
YUV52.08211.48157.9-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.76%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 200 (78.52% from 255) = 67.57%
R=31.76%
G=0.68%
B=67.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal9422000.530.9900.22267.8898.0239.61
Hex5E2C8356301610c6228
Octal13623106514302641414250
Binary1011110101100100011010111000110101101000011001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E02C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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