#751D7B

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

Shades of Dark Purple #751D7B

Tints of Dark Purple #751D7B

Color information

#751D7B (or 0x751D7B) is unknown color: approx Dark Purple. HEX triplet: 75, 1D and 7B. RGB value is (117,29,123). Sum of RGB (Red+Green+Blue) = 117+29+123=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 123 - color contains mainly: blue. Hex color #751D7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751D7B is #8AE284. Grayscale: #414141. Windows color (decimal): -9101957 or 8068469. OLE color: 8068469.

HSL color Cylindrical-coordinate representation of color #751D7B: hue angle of 296.17º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #751D7B is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11729123-
CMYK0.050.7600.52
HSL296.17º61.84%29.8%-
HSV(B)296.17º76.42%48.24%-
XYZ11.356.0919.32-
YUV66.03160.15164.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.49%
GREEN value IS 29 (11.72% from 255) = 10.78%
BLUE value IS 123 (48.44% from 255) = 45.72%
R=43.49%
G=10.78%
B=45.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117291230.050.7600.52296.1761.8429.8
Hex751D7B54C0341283e1e
Octal1653517351140644507636
Binary11101011110111110111011001100011010010010100011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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