#780963

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

Shades of Dark Purple #780963

Tints of Dark Purple #780963

Color information

#780963 (or 0x780963) is unknown color: approx Dark Purple. HEX triplet: 78, 09 and 63. RGB value is (120,9,99). Sum of RGB (Red+Green+Blue) = 120+9+99=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #780963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780963 is #87F69C. Grayscale: #343434. Windows color (decimal): -8910493 or 6490488. OLE color: 6490488.

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

Color convert

RGB120999-
CMYK00.920.170.53
HSL311.35º86.05%25.29%-
HSV(B)311.35º92.5%47.06%-
XYZ10.15.0912.25-
YUV52.45154.27176.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.63%
GREEN value IS 9 (3.91% from 255) = 3.95%
BLUE value IS 99 (39.06% from 255) = 43.42%
R=52.63%
G=3.95%
B=43.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12099900.920.170.53311.3586.0525.29
Hex7896305C11351375619
Octal170111430134216546712631
Binary1111000100111000110101110010001110101100110111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780963; }

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

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

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

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

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

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

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

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