#730BBF

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

Shades of Purple Heart #730BBF

Tints of Purple Heart #730BBF

Color information

#730BBF (or 0x730BBF) is unknown color: approx Purple Heart. HEX triplet: 73, 0B and BF. RGB value is (115,11,191). Sum of RGB (Red+Green+Blue) = 115+11+191=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #730BBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730BBF is #8CF440. Grayscale: #3E3E3E. Windows color (decimal): -9237569 or 12520307. OLE color: 12520307.

HSL color Cylindrical-coordinate representation of color #730BBF: hue angle of 274.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730BBF is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11511191-
CMYK0.400.9400.25
HSL274.67º89.11%39.61%-
HSV(B)274.67º94.24%74.9%-
XYZ16.597.6549.89-
YUV62.62200.46165.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.28%
GREEN value IS 11 (4.69% from 255) = 3.47%
BLUE value IS 191 (75% from 255) = 60.25%
R=36.28%
G=3.47%
B=60.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal115111910.400.9400.25274.6789.1139.61
Hex73BBF285E0191135928
Octal163132775013603142313150
Binary111001110111011111110100010111100110011000100111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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