#780961

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

Shades of Dark Purple #780961

Tints of Dark Purple #780961

Color information

#780961 (or 0x780961) is unknown color: approx Dark Purple. HEX triplet: 78, 09 and 61. RGB value is (120,9,97). Sum of RGB (Red+Green+Blue) = 120+9+97=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #780961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780961 is #87F69E. Grayscale: #333333. Windows color (decimal): -8910495 or 6359416. OLE color: 6359416.

HSL color Cylindrical-coordinate representation of color #780961: hue angle of 312.43º degrees, saturation: 0.86, 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 #780961 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB120997-
CMYK00.920.190.53
HSL312.43º86.05%25.29%-
HSV(B)312.43º92.5%47.06%-
XYZ105.0511.76-
YUV52.22153.27176.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.10%
GREEN value IS 9 (3.91% from 255) = 3.98%
BLUE value IS 97 (38.28% from 255) = 42.92%
R=53.10%
G=3.98%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12099700.920.190.53312.4386.0525.29
Hex7896105C13351385619
Octal170111410134236547012631
Binary1111000100111000010101110010011110101100111000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780961; }

 p { color: rgb(120,9,97); }

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

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

 a { background-color: rgb(120,9,97); }

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

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

 span { border-color: rgb(120,9,97); }

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