#730F6C

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

Shades of Purple #730F6C

Tints of Purple #730F6C

Color information

#730F6C (or 0x730F6C) is unknown color: approx Purple. HEX triplet: 73, 0F and 6C. RGB value is (115,15,108). Sum of RGB (Red+Green+Blue) = 115+15+108=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #730F6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730F6C is #8CF093. Grayscale: #373737. Windows color (decimal): -9236628 or 7081843. OLE color: 7081843.

HSL color Cylindrical-coordinate representation of color #730F6C: hue angle of 304.2º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #730F6C is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11515108-
CMYK00.870.060.55
HSL304.2º76.92%25.49%-
HSV(B)304.2º86.96%45.1%-
XYZ9.955.0714.64-
YUV55.5157.63170.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.32%
GREEN value IS 15 (6.25% from 255) = 6.30%
BLUE value IS 108 (42.58% from 255) = 45.38%
R=48.32%
G=6.30%
B=45.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151510800.870.060.55304.276.9225.49
Hex73F6C0576371304d19
Octal16317154012766746011531
Binary11100111111110110001010111110110111100110000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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