#730CB6

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

Shades of Purple Heart #730CB6

Tints of Purple Heart #730CB6

Color information

#730CB6 (or 0x730CB6) is unknown color: approx Purple Heart. HEX triplet: 73, 0C and B6. RGB value is (115,12,182). Sum of RGB (Red+Green+Blue) = 115+12+182=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 182 (71.48% from 255 or 58.90% from 309); Max value from RGB is 182 - color contains mainly: blue. Hex color #730CB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730CB6 is #8CF349. Grayscale: #3D3D3D. Windows color (decimal): -9237322 or 11930739. OLE color: 11930739.

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

Color convert

RGB11512182-
CMYK0.370.9300.29
HSL276.35º87.63%38.04%-
HSV(B)276.35º93.41%71.37%-
XYZ15.657.2944.84-
YUV62.18195.62165.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.22%
GREEN value IS 12 (5.08% from 255) = 3.88%
BLUE value IS 182 (71.48% from 255) = 58.90%
R=37.22%
G=3.88%
B=58.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal115121820.370.9300.29276.3587.6338.04
Hex73CB6255D01D1145826
Octal163142664513503542413046
Binary111001111001011011010010110111010111011000101001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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