#750878

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

Shades of Purple #750878

Tints of Purple #750878

Color information

#750878 (or 0x750878) is unknown color: approx Purple. HEX triplet: 75, 08 and 78. RGB value is (117,8,120). Sum of RGB (Red+Green+Blue) = 117+8+120=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #750878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750878 is #8AF787. Grayscale: #353535. Windows color (decimal): -9107336 or 7866485. OLE color: 7866485.

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

Color convert

RGB1178120-
CMYK0.020.9300.53
HSL298.39º87.5%25.1%-
HSV(B)298.39º93.33%47.06%-
XYZ10.815.3118.22-
YUV53.36165.61173.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 8 (3.52% from 255) = 3.27%
BLUE value IS 120 (47.27% from 255) = 48.98%
R=47.76%
G=3.27%
B=48.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11781200.020.9300.53298.3987.525.1
Hex7587825D03512a5819
Octal16510170213506545213031
Binary1110101100011110001010111010110101100101010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750878; }

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

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

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

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

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

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

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

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