#5E0AC1

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

Shades of Purple Heart #5E0AC1

Tints of Purple Heart #5E0AC1

Color information

#5E0AC1 (or 0x5E0AC1) is unknown color: approx Purple Heart. HEX triplet: 5E, 0A and C1. RGB value is (94,10,193). Sum of RGB (Red+Green+Blue) = 94+10+193=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 193 (75.78% from 255 or 64.98% from 297); Max value from RGB is 193 - color contains mainly: blue. Hex color #5E0AC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E0AC1 is #A1F53E. Grayscale: #373737. Windows color (decimal): -10614079 or 12651102. OLE color: 12651102.

HSL color Cylindrical-coordinate representation of color #5E0AC1: hue angle of 267.54º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E0AC1 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9410193-
CMYK0.510.9500.24
HSL267.54º90.15%39.8%-
HSV(B)267.54º94.82%75.69%-
XYZ14.356.4550.94-
YUV55.98205.33155.12-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.65%
GREEN value IS 10 (4.30% from 255) = 3.37%
BLUE value IS 193 (75.78% from 255) = 64.98%
R=31.65%
G=3.37%
B=64.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal94101930.510.9500.24267.5490.1539.8
Hex5EAC1335F01810c5a28
Octal136123016313703041413250
Binary101111010101100000111001110111110110001000011001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,10,193); }

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

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

 a { background-color: rgb(94,10,193); }

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

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

 span { border-color: rgb(94,10,193); }

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