#751878

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

Shades of Dark Purple #751878

Tints of Dark Purple #751878

Color information

#751878 (or 0x751878) is unknown color: approx Dark Purple. HEX triplet: 75, 18 and 78. RGB value is (117,24,120). Sum of RGB (Red+Green+Blue) = 117+24+120=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #751878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751878 is #8AE787. Grayscale: #3E3E3E. Windows color (decimal): -9103240 or 7870581. OLE color: 7870581.

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

Color convert

RGB11724120-
CMYK0.020.800.53
HSL298.12º66.67%28.24%-
HSV(B)298.12º80%47.06%-
XYZ11.055.7918.3-
YUV62.75160.31166.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.83%
GREEN value IS 24 (9.77% from 255) = 9.20%
BLUE value IS 120 (47.27% from 255) = 45.98%
R=44.83%
G=9.20%
B=45.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117241200.020.800.53298.1266.6728.24
Hex75187825003512a431c
Octal16530170212006545210334
Binary11101011100011110001010100000110101100101010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751878; }

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

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

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

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

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

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

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

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