#781175

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

Shades of Purple #781175

Tints of Purple #781175

Color information

#781175 (or 0x781175) is unknown color: approx Purple. HEX triplet: 78, 11 and 75. RGB value is (120,17,117). Sum of RGB (Red+Green+Blue) = 120+17+117=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #781175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781175 is #87EE8A. Grayscale: #3A3A3A. Windows color (decimal): -8908427 or 7672184. OLE color: 7672184.

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

Color convert

RGB12017117-
CMYK00.860.020.53
HSL301.75º75.18%26.86%-
HSV(B)301.75º85.83%47.06%-
XYZ11.165.6817.34-
YUV59.2160.62171.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.24%
GREEN value IS 17 (7.03% from 255) = 6.69%
BLUE value IS 117 (46.09% from 255) = 46.06%
R=47.24%
G=6.69%
B=46.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201711700.860.020.53301.7575.1826.86
Hex78117505623512e4b1b
Octal17021165012626545611333
Binary11110001000111101010101011010110101100101110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781175; }

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

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

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

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

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

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

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

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