#730D75

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

Shades of Purple #730D75

Tints of Purple #730D75

Color information

#730D75 (or 0x730D75) is unknown color: approx Purple. HEX triplet: 73, 0D and 75. RGB value is (115,13,117). Sum of RGB (Red+Green+Blue) = 115+13+117=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #730D75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730D75 is #8CF28A. Grayscale: #373737. Windows color (decimal): -9237131 or 7671155. OLE color: 7671155.

HSL color Cylindrical-coordinate representation of color #730D75: hue angle of 298.85º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #730D75 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11513117-
CMYK0.020.8900.54
HSL298.85º80%25.49%-
HSV(B)298.85º88.89%45.88%-
XYZ10.435.2217.29-
YUV55.35162.79170.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 13 (5.47% from 255) = 5.31%
BLUE value IS 117 (46.09% from 255) = 47.76%
R=46.94%
G=5.31%
B=47.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115131170.020.8900.54298.858025.49
Hex73D7525903612b5019
Octal16315165213106645312031
Binary1110011110111101011010110010110110100101011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,13,117); }

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

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

 a { background-color: rgb(115,13,117); }

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

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

 span { border-color: rgb(115,13,117); }

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