#751778

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

Shades of Dark Purple #751778

Tints of Dark Purple #751778

Color information

#751778 (or 0x751778) is unknown color: approx Dark Purple. HEX triplet: 75, 17 and 78. RGB value is (117,23,120). Sum of RGB (Red+Green+Blue) = 117+23+120=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #751778 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751778 is #8AE887. Grayscale: #3D3D3D. Windows color (decimal): -9103496 or 7870325. OLE color: 7870325.

HSL color Cylindrical-coordinate representation of color #751778: hue angle of 298.14º 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 #751778 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11723120-
CMYK0.020.8100.53
HSL298.14º67.83%28.04%-
HSV(B)298.14º80.83%47.06%-
XYZ11.035.7518.3-
YUV62.16160.64167.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45%
GREEN value IS 23 (9.38% from 255) = 8.85%
BLUE value IS 120 (47.27% from 255) = 46.15%
R=45%
G=8.85%
B=46.15%

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
Decimal117231200.020.8100.53298.1467.8328.04
Hex75177825103512a441c
Octal16527170212106545210434
Binary11101011011111110001010100010110101100101010100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751778; }

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

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

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

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

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

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

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

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