#780174

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

Shades of Purple #780174

Tints of Purple #780174

Color information

#780174 (or 0x780174) is unknown color: approx Purple. HEX triplet: 78, 01 and 74. RGB value is (120,1,116). Sum of RGB (Red+Green+Blue) = 120+1+116=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #780174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780174 is #87FE8B. Grayscale: #313131. Windows color (decimal): -8912524 or 7602552. OLE color: 7602552.

HSL color Cylindrical-coordinate representation of color #780174: hue angle of 302.02º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #780174 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB1201116-
CMYK00.990.030.53
HSL302.02º98.35%23.73%-
HSV(B)302.02º99.17%47.06%-
XYZ10.915.2816.97-
YUV49.69165.42178.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.63%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 116 (45.70% from 255) = 48.95%
R=50.63%
G=0.42%
B=48.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120111600.990.030.53302.0298.3523.73
Hex7817406333512e6218
Octal1701164014336545614230
Binary1111000111101000110001111110101100101110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780174; }

 p { color: rgb(120,1,116); }

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

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

 a { background-color: rgb(120,1,116); }

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

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

 span { border-color: rgb(120,1,116); }

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