#751777

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

Shades of Dark Purple #751777

Tints of Dark Purple #751777

Color information

#751777 (or 0x751777) is unknown color: approx Dark Purple. HEX triplet: 75, 17 and 77. RGB value is (117,23,119). Sum of RGB (Red+Green+Blue) = 117+23+119=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 119 - color contains mainly: blue. Hex color #751777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751777 is #8AE888. Grayscale: #3D3D3D. Windows color (decimal): -9103497 or 7804789. OLE color: 7804789.

HSL color Cylindrical-coordinate representation of color #751777: hue angle of 298.75º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #751777 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11723119-
CMYK0.020.8100.53
HSL298.75º67.61%27.84%-
HSV(B)298.75º80.67%46.67%-
XYZ10.975.7317.98-
YUV62.05160.14167.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.17%
GREEN value IS 23 (9.38% from 255) = 8.88%
BLUE value IS 119 (46.88% from 255) = 45.95%
R=45.17%
G=8.88%
B=45.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117231190.020.8100.53298.7567.6127.84
Hex75177725103512b441c
Octal16527167212106545310434
Binary11101011011111101111010100010110101100101011100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751777; }

 p { color: rgb(117,23,119); }

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

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

 a { background-color: rgb(117,23,119); }

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

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

 span { border-color: rgb(117,23,119); }

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