#730EBE

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

Shades of Purple Heart #730EBE

Tints of Purple Heart #730EBE

Color information

#730EBE (or 0x730EBE) is unknown color: approx Purple Heart. HEX triplet: 73, 0E and BE. RGB value is (115,14,190). Sum of RGB (Red+Green+Blue) = 115+14+190=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #730EBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730EBE is #8CF141. Grayscale: #3F3F3F. Windows color (decimal): -9236802 or 12455539. OLE color: 12455539.

HSL color Cylindrical-coordinate representation of color #730EBE: hue angle of 274.43º 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 #730EBE is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11514190-
CMYK0.390.9300.25
HSL274.43º86.27%40%-
HSV(B)274.43º92.63%74.51%-
XYZ16.527.6849.33-
YUV64.26198.96164.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.05%
GREEN value IS 14 (5.86% from 255) = 4.39%
BLUE value IS 190 (74.61% from 255) = 59.56%
R=36.05%
G=4.39%
B=59.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal115141900.390.9300.25274.4386.2740
Hex73EBE275D0191125628
Octal163162764713503142212650
Binary111001111101011111010011110111010110011000100101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730EBE; }

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

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

<style>
 a { background-color: #730EBE; }

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

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

<style>
 span { border-color: #730EBE; }

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

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