#730FBA

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

Shades of Purple Heart #730FBA

Tints of Purple Heart #730FBA

Color information

#730FBA (or 0x730FBA) is unknown color: approx Purple Heart. HEX triplet: 73, 0F and BA. RGB value is (115,15,186). Sum of RGB (Red+Green+Blue) = 115+15+186=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #730FBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730FBA is #8CF045. Grayscale: #3F3F3F. Windows color (decimal): -9236550 or 12193651. OLE color: 12193651.

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

Color convert

RGB11515186-
CMYK0.380.9200.27
HSL275.09º85.07%39.41%-
HSV(B)275.09º91.94%72.94%-
XYZ16.17.5347.06-
YUV64.39196.63164.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.39%
GREEN value IS 15 (6.25% from 255) = 4.75%
BLUE value IS 186 (73.05% from 255) = 58.86%
R=36.39%
G=4.75%
B=58.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal115151860.380.9200.27275.0985.0739.41
Hex73FBA265C01B1135527
Octal163172724613403342312547
Binary111001111111011101010011010111000110111000100111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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