#730CBD

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

Shades of Purple Heart #730CBD

Tints of Purple Heart #730CBD

Color information

#730CBD (or 0x730CBD) is unknown color: approx Purple Heart. HEX triplet: 73, 0C and BD. RGB value is (115,12,189). Sum of RGB (Red+Green+Blue) = 115+12+189=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 189 (74.22% from 255 or 59.81% from 316); Max value from RGB is 189 - color contains mainly: blue. Hex color #730CBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730CBD is #8CF342. Grayscale: #3E3E3E. Windows color (decimal): -9237315 or 12389491. OLE color: 12389491.

HSL color Cylindrical-coordinate representation of color #730CBD: hue angle of 274.92º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730CBD is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11512189-
CMYK0.390.9400.26
HSL274.92º88.06%39.41%-
HSV(B)274.92º93.65%74.12%-
XYZ16.397.5848.74-
YUV62.97199.12165.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.39%
GREEN value IS 12 (5.08% from 255) = 3.80%
BLUE value IS 189 (74.22% from 255) = 59.81%
R=36.39%
G=3.80%
B=59.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal115121890.390.9400.26274.9288.0639.41
Hex73CBD275E01A1135827
Octal163142754713603242313047
Binary111001111001011110110011110111100110101000100111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,12,189); }

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

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

 a { background-color: rgb(115,12,189); }

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

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

 span { border-color: rgb(115,12,189); }

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