#751B70

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

Shades of Dark Purple #751B70

Tints of Dark Purple #751B70

Color information

#751B70 (or 0x751B70) is unknown color: approx Dark Purple. HEX triplet: 75, 1B and 70. RGB value is (117,27,112). Sum of RGB (Red+Green+Blue) = 117+27+112=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #751B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751B70 is #8AE48F. Grayscale: #3F3F3F. Windows color (decimal): -9102480 or 7347061. OLE color: 7347061.

HSL color Cylindrical-coordinate representation of color #751B70: hue angle of 303.33º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #751B70 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB11727112-
CMYK00.770.040.54
HSL303.33º62.5%28.24%-
HSV(B)303.33º76.92%45.88%-
XYZ10.655.7415.87-
YUV63.6155.32166.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 27 (10.94% from 255) = 10.55%
BLUE value IS 112 (44.14% from 255) = 43.75%
R=45.70%
G=10.55%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172711200.770.040.54303.3362.528.24
Hex751B7004D43612f3e1c
Octal1653316001154664577634
Binary11101011101111100000100110110011011010010111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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