#751A7C

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

Shades of Dark Purple #751A7C

Tints of Dark Purple #751A7C

Color information

#751A7C (or 0x751A7C) is unknown color: approx Dark Purple. HEX triplet: 75, 1A and 7C. RGB value is (117,26,124). Sum of RGB (Red+Green+Blue) = 117+26+124=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #751A7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751A7C is #8AE583. Grayscale: #404040. Windows color (decimal): -9102724 or 8133237. OLE color: 8133237.

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

Color convert

RGB11726124-
CMYK0.060.7900.51
HSL295.71º65.33%29.41%-
HSV(B)295.71º79.03%48.63%-
XYZ11.345.9819.62-
YUV64.38161.65165.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 26 (10.55% from 255) = 9.74%
BLUE value IS 124 (48.83% from 255) = 46.44%
R=43.82%
G=9.74%
B=46.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117261240.060.7900.51295.7165.3329.41
Hex751A7C64F033128411d
Octal16532174611706345010135
Binary111010111010111110011010011110110011100101000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,26,124); }

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

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

 a { background-color: rgb(117,26,124); }

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

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

 span { border-color: rgb(117,26,124); }

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