#781969

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

Shades of Dark Purple #781969

Tints of Dark Purple #781969

Color information

#781969 (or 0x781969) is unknown color: approx Dark Purple. HEX triplet: 78, 19 and 69. RGB value is (120,25,105). Sum of RGB (Red+Green+Blue) = 120+25+105=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #781969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781969 is #87E696. Grayscale: #3E3E3E. Windows color (decimal): -8906391 or 6887800. OLE color: 6887800.

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

Color convert

RGB12025105-
CMYK00.790.130.53
HSL309.47º65.52%28.43%-
HSV(B)309.47º79.17%47.06%-
XYZ10.645.7113.91-
YUV62.52151.97169-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48%
GREEN value IS 25 (10.16% from 255) = 10%
BLUE value IS 105 (41.41% from 255) = 42%
R=48%
G=10%
B=42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1202510500.790.130.53309.4765.5228.43
Hex78196904FD35135421c
Octal170311510117156546510234
Binary1111000110011101001010011111101110101100110101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781969; }

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

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

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

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

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

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

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

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