#5E16A3

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

Shades of Purple Heart #5E16A3

Tints of Purple Heart #5E16A3

Color information

#5E16A3 (or 0x5E16A3) is unknown color: approx Purple Heart. HEX triplet: 5E, 16 and A3. RGB value is (94,22,163). Sum of RGB (Red+Green+Blue) = 94+22+163=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 163 (64.06% from 255 or 58.42% from 279); Max value from RGB is 163 - color contains mainly: blue. Hex color #5E16A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E16A3 is #A1E95C. Grayscale: #3B3B3B. Windows color (decimal): -10611037 or 10688094. OLE color: 10688094.

HSL color Cylindrical-coordinate representation of color #5E16A3: hue angle of 270.64º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E16A3 is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9422163-
CMYK0.420.8700.36
HSL270.64º76.22%36.27%-
HSV(B)270.64º86.5%63.92%-
XYZ11.515.635.12-
YUV59.6186.35152.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.69%
GREEN value IS 22 (8.98% from 255) = 7.89%
BLUE value IS 163 (64.06% from 255) = 58.42%
R=33.69%
G=7.89%
B=58.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94221630.420.8700.36270.6476.2236.27
Hex5E16A32A5702410f4c24
Octal136262435212704441711444
Binary10111101011010100011101010101011101001001000011111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E16A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,22,163); }

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

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

 a { background-color: rgb(94,22,163); }

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

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

 span { border-color: rgb(94,22,163); }

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