#5E14CE

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

Shades of Purple Heart #5E14CE

Tints of Purple Heart #5E14CE

Color information

#5E14CE (or 0x5E14CE) is unknown color: approx Purple Heart. HEX triplet: 5E, 14 and CE. RGB value is (94,20,206). Sum of RGB (Red+Green+Blue) = 94+20+206=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E14CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E14CE is #A1EB31. Grayscale: #3E3E3E. Windows color (decimal): -10611506 or 13505630. OLE color: 13505630.

HSL color Cylindrical-coordinate representation of color #5E14CE: hue angle of 263.87º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E14CE is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9420206-
CMYK0.540.9000.19
HSL263.87º82.3%44.31%-
HSV(B)263.87º90.29%80.78%-
XYZ16.017.3458.96-
YUV63.33208.52149.88-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.38%
GREEN value IS 20 (8.20% from 255) = 6.25%
BLUE value IS 206 (80.86% from 255) = 64.38%
R=29.38%
G=6.25%
B=64.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal94202060.540.9000.19263.8782.344.31
Hex5E14CE365A013108522c
Octal136243166613202341012254
Binary1011110101001100111011011010110100100111000010001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E14CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,20,206); }

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

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

 a { background-color: rgb(94,20,206); }

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

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

 span { border-color: rgb(94,20,206); }

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