#730bb5

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

Shades of Purple Heart #730BB5

Tints of Purple Heart #730BB5

Color information

#730BB5 (or 0x730BB5) is unknown color: approx Purple Heart. HEX triplet: 73, 0B and B5. RGB value is (115,11,181). Sum of RGB (Red+Green+Blue) = 115+11+181=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 181 (71.09% from 255 or 58.96% from 307); Max value from RGB is 181 - color contains mainly: blue. Hex color #730BB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730BB5 is #8CF44A. Grayscale: #3C3C3C. Windows color (decimal): -9237579 or 11864947. OLE color: 11864947.

HSL color Cylindrical-coordinate representation of color #730BB5: hue angle of 276.71º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730BB5 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11511181-
CMYK0.360.9400.29
HSL276.71º88.54%37.65%-
HSV(B)276.71º93.92%70.98%-
XYZ15.537.2244.29-
YUV61.48195.46166.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.46%
GREEN value IS 11 (4.69% from 255) = 3.58%
BLUE value IS 181 (71.09% from 255) = 58.96%
R=37.46%
G=3.58%
B=58.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal115111810.360.9400.29276.7188.5437.65
Hex73BB5245E01D1155926
Octal163132654413603542513146
Binary111001110111011010110010010111100111011000101011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730bb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,11,181); }

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

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

 a { background-color: rgb(115,11,181); }

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

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

 span { border-color: rgb(115,11,181); }

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