#5A0EBE

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

Shades of Purple Heart #5A0EBE

Tints of Purple Heart #5A0EBE

Color information

#5A0EBE (or 0x5A0EBE) is unknown color: approx Purple Heart. HEX triplet: 5A, 0E and BE. RGB value is (90,14,190). Sum of RGB (Red+Green+Blue) = 90+14+190=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 190 (74.61% from 255 or 64.63% from 294); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A0EBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0EBE is #A5F141. Grayscale: #383838. Windows color (decimal): -10875202 or 12455514. OLE color: 12455514.

HSL color Cylindrical-coordinate representation of color #5A0EBE: hue angle of 265.91º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A0EBE is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9014190-
CMYK0.530.9300.25
HSL265.91º86.27%40%-
HSV(B)265.91º92.63%74.51%-
XYZ13.676.2149.19-
YUV56.79203.18151.69-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.61%
GREEN value IS 14 (5.86% from 255) = 4.76%
BLUE value IS 190 (74.61% from 255) = 64.63%
R=30.61%
G=4.76%
B=64.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90141900.530.9300.25265.9186.2740
Hex5AEBE355D01910a5628
Octal132162766513503141212650
Binary101101011101011111011010110111010110011000010101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,14,190); }

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

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

 a { background-color: rgb(90,14,190); }

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

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

 span { border-color: rgb(90,14,190); }

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