#781984

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

Shades of Purple #781984

Tints of Purple #781984

Color information

#781984 (or 0x781984) is unknown color: approx Purple. HEX triplet: 78, 19 and 84. RGB value is (120,25,132). Sum of RGB (Red+Green+Blue) = 120+25+132=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #781984 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781984 is #87E67B. Grayscale: #414141. Windows color (decimal): -8906364 or 8657272. OLE color: 8657272.

HSL color Cylindrical-coordinate representation of color #781984: hue angle of 293.27º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781984 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12025132-
CMYK0.090.8100.48
HSL293.27º68.15%30.78%-
HSV(B)293.27º81.06%51.76%-
XYZ12.266.3522.41-
YUV65.6165.47166.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.32%
GREEN value IS 25 (10.16% from 255) = 9.03%
BLUE value IS 132 (51.95% from 255) = 47.65%
R=43.32%
G=9.03%
B=47.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120251320.090.8100.48293.2768.1530.78
Hex781984951030125441f
Octal170312041112106044510437
Binary11110001100110000100100110100010110000100100101100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781984; }

 p { color: rgb(120,25,132); }

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

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

 a { background-color: rgb(120,25,132); }

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

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

 span { border-color: rgb(120,25,132); }

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