#730FB5

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

Shades of Purple Heart #730FB5

Tints of Purple Heart #730FB5

Color information

#730FB5 (or 0x730FB5) is unknown color: approx Purple Heart. HEX triplet: 73, 0F and B5. RGB value is (115,15,181). Sum of RGB (Red+Green+Blue) = 115+15+181=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 181 (71.09% from 255 or 58.20% from 311); Max value from RGB is 181 - color contains mainly: blue. Hex color #730FB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730FB5 is #8CF04A. Grayscale: #3F3F3F. Windows color (decimal): -9236555 or 11865971. OLE color: 11865971.

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

Color convert

RGB11515181-
CMYK0.360.9200.29
HSL276.14º84.69%38.43%-
HSV(B)276.14º91.71%70.98%-
XYZ15.587.3244.31-
YUV63.82194.13164.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.98%
GREEN value IS 15 (6.25% from 255) = 4.82%
BLUE value IS 181 (71.09% from 255) = 58.20%
R=36.98%
G=4.82%
B=58.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal115151810.360.9200.29276.1484.6938.43
Hex73FB5245C01D1145526
Octal163172654413403542412546
Binary111001111111011010110010010111000111011000101001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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