#751370

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

Shades of Dark Purple #751370

Tints of Dark Purple #751370

Color information

#751370 (or 0x751370) is unknown color: approx Dark Purple. HEX triplet: 75, 13 and 70. RGB value is (117,19,112). Sum of RGB (Red+Green+Blue) = 117+19+112=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #751370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751370 is #8AEC8F. Grayscale: #3A3A3A. Windows color (decimal): -9104528 or 7345013. OLE color: 7345013.

HSL color Cylindrical-coordinate representation of color #751370: hue angle of 303.06º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #751370 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB11719112-
CMYK00.840.040.54
HSL303.06º72.06%26.67%-
HSV(B)303.06º83.76%45.88%-
XYZ10.495.4215.82-
YUV58.9157.97169.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 19 (7.81% from 255) = 7.66%
BLUE value IS 112 (44.14% from 255) = 45.16%
R=47.18%
G=7.66%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171911200.840.040.54303.0672.0626.67
Hex75137005443612f481b
Octal16523160012446645711033
Binary111010110011111000001010100100110110100101111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751370; }

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

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

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

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

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

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

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

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