#5E03CA

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

Shades of Purple Heart #5E03CA

Tints of Purple Heart #5E03CA

Color information

#5E03CA (or 0x5E03CA) is unknown color: approx Purple Heart. HEX triplet: 5E, 03 and CA. RGB value is (94,3,202). Sum of RGB (Red+Green+Blue) = 94+3+202=299 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.44% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 202 (79.30% from 255 or 67.56% from 299); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E03CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E03CA is #A1FC35. Grayscale: #343434. Windows color (decimal): -10615862 or 13239134. OLE color: 13239134.

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

Color convert

RGB943202-
CMYK0.530.9900.21
HSL267.44º97.07%40.2%-
HSV(B)267.44º98.51%79.22%-
XYZ15.316.7156.37-
YUV52.9212.15157.32-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.44%
GREEN value IS 3 (1.56% from 255) = 1.00%
BLUE value IS 202 (79.30% from 255) = 67.56%
R=31.44%
G=1.00%
B=67.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal9432020.530.9900.21267.4497.0740.2
Hex5E3CA356301510b6128
Octal13633126514302541314150
Binary1011110111100101011010111000110101011000010111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E03CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,3,202); }

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

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

 a { background-color: rgb(94,3,202); }

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

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

 span { border-color: rgb(94,3,202); }

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