#751D7D

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

Shades of Dark Purple #751D7D

Tints of Dark Purple #751D7D

Color information

#751D7D (or 0x751D7D) is unknown color: approx Dark Purple. HEX triplet: 75, 1D and 7D. RGB value is (117,29,125). Sum of RGB (Red+Green+Blue) = 117+29+125=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #751D7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751D7D is #8AE282. Grayscale: #414141. Windows color (decimal): -9101955 or 8199541. OLE color: 8199541.

HSL color Cylindrical-coordinate representation of color #751D7D: hue angle of 295º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #751D7D is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11729125-
CMYK0.060.7700.51
HSL295º62.34%30.2%-
HSV(B)295º76.8%49.02%-
XYZ11.486.1419.98-
YUV66.26161.15164.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 29 (11.72% from 255) = 10.70%
BLUE value IS 125 (49.22% from 255) = 46.13%
R=43.17%
G=10.70%
B=46.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117291250.060.7700.5129562.3430.2
Hex751D7D64D0331273e1e
Octal1653517561150634477636
Binary11101011110111111011101001101011001110010011111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,29,125); }

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

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

 a { background-color: rgb(117,29,125); }

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

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

 span { border-color: rgb(117,29,125); }

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