#750B73

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

Shades of Purple #750B73

Tints of Purple #750B73

Color information

#750B73 (or 0x750B73) is unknown color: approx Purple. HEX triplet: 75, 0B and 73. RGB value is (117,11,115). Sum of RGB (Red+Green+Blue) = 117+11+115=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #750B73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750B73 is #8AF48C. Grayscale: #363636. Windows color (decimal): -9106573 or 7539573. OLE color: 7539573.

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

Color convert

RGB11711115-
CMYK00.910.020.54
HSL301.13º82.81%25.1%-
HSV(B)301.13º90.6%45.88%-
XYZ10.555.2616.68-
YUV54.55162.12172.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 11 (4.69% from 255) = 4.53%
BLUE value IS 115 (45.31% from 255) = 47.33%
R=48.15%
G=4.53%
B=47.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171111500.910.020.54301.1382.8125.1
Hex75B7305B23612d5319
Octal16513163013326645512331
Binary1110101101111100110101101110110110100101101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750B73; }

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

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

<style>
 a { background-color: #750B73; }

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

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

<style>
 span { border-color: #750B73; }

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

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