#781568

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

Shades of Dark Purple #781568

Tints of Dark Purple #781568

Color information

#781568 (or 0x781568) is unknown color: approx Dark Purple. HEX triplet: 78, 15 and 68. RGB value is (120,21,104). Sum of RGB (Red+Green+Blue) = 120+21+104=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #781568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781568 is #87EA97. Grayscale: #3B3B3B. Windows color (decimal): -8907416 or 6821240. OLE color: 6821240.

HSL color Cylindrical-coordinate representation of color #781568: hue angle of 309.7º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781568 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB12021104-
CMYK00.830.130.53
HSL309.7º70.21%27.65%-
HSV(B)309.7º82.5%47.06%-
XYZ10.515.5313.61-
YUV60.06152.8170.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.98%
GREEN value IS 21 (8.59% from 255) = 8.57%
BLUE value IS 104 (41.02% from 255) = 42.45%
R=48.98%
G=8.57%
B=42.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1202110400.830.130.53309.770.2127.65
Hex781568053D35136461c
Octal170251500123156546610634
Binary1111000101011101000010100111101110101100110110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781568; }

 p { color: rgb(120,21,104); }

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

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

 a { background-color: rgb(120,21,104); }

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

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

 span { border-color: rgb(120,21,104); }

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