#5E26CE

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

Shades of Purple Heart #5E26CE

Tints of Purple Heart #5E26CE

Color information

#5E26CE (or 0x5E26CE) is unknown color: approx Purple Heart. HEX triplet: 5E, 26 and CE. RGB value is (94,38,206). Sum of RGB (Red+Green+Blue) = 94+38+206=338 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.81% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E26CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E26CE is #A1D931. Grayscale: #494949. Windows color (decimal): -10606898 or 13510238. OLE color: 13510238.

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

Color convert

RGB9438206-
CMYK0.540.8200.19
HSL260º68.85%47.84%-
HSV(B)260º81.55%80.78%-
XYZ16.458.2259.11-
YUV73.9202.55142.34-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.81%
GREEN value IS 38 (15.23% from 255) = 11.24%
BLUE value IS 206 (80.86% from 255) = 60.95%
R=27.81%
G=11.24%
B=60.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal94382060.540.8200.1926068.8547.84
Hex5E26CE36520131044530
Octal136463166612202340410560
Binary10111101001101100111011011010100100100111000001001000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E26CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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