#750B70

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

Shades of Purple #750B70

Tints of Purple #750B70

Color information

#750B70 (or 0x750B70) is unknown color: approx Purple. HEX triplet: 75, 0B and 70. RGB value is (117,11,112). Sum of RGB (Red+Green+Blue) = 117+11+112=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #750B70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750B70 is #8AF48F. Grayscale: #353535. Windows color (decimal): -9106576 or 7342965. OLE color: 7342965.

HSL color Cylindrical-coordinate representation of color #750B70: hue angle of 302.83º 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 #750B70 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB11711112-
CMYK00.910.040.54
HSL302.83º82.81%25.1%-
HSV(B)302.83º90.6%45.88%-
XYZ10.385.1915.78-
YUV54.21160.62172.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.75%
GREEN value IS 11 (4.69% from 255) = 4.58%
BLUE value IS 112 (44.14% from 255) = 46.67%
R=48.75%
G=4.58%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171111200.910.040.54302.8382.8125.1
Hex75B7005B43612f5319
Octal16513160013346645712331
Binary11101011011111000001011011100110110100101111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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