#5E1AC2

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

Shades of Purple Heart #5E1AC2

Tints of Purple Heart #5E1AC2

Color information

#5E1AC2 (or 0x5E1AC2) is unknown color: approx Purple Heart. HEX triplet: 5E, 1A and C2. RGB value is (94,26,194). Sum of RGB (Red+Green+Blue) = 94+26+194=314 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.94% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 194 (76.17% from 255 or 61.78% from 314); Max value from RGB is 194 - color contains mainly: blue. Hex color #5E1AC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E1AC2 is #A1E53D. Grayscale: #404040. Windows color (decimal): -10609982 or 12720734. OLE color: 12720734.

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

Color convert

RGB9426194-
CMYK0.520.8700.24
HSL264.29º76.36%43.14%-
HSV(B)264.29º86.6%76.08%-
XYZ14.727.0151.62-
YUV65.48200.53148.34-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.94%
GREEN value IS 26 (10.55% from 255) = 8.28%
BLUE value IS 194 (76.17% from 255) = 61.78%
R=29.94%
G=8.28%
B=61.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal94261940.520.8700.24264.2976.3643.14
Hex5E1AC234570181084c2b
Octal136323026412703041011453
Binary1011110110101100001011010010101110110001000010001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,26,194); }

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

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

 a { background-color: rgb(94,26,194); }

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

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

 span { border-color: rgb(94,26,194); }

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