#790965

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

Shades of Dark Purple #790965

Tints of Dark Purple #790965

Color information

#790965 (or 0x790965) is unknown color: approx Dark Purple. HEX triplet: 79, 09 and 65. RGB value is (121,9,101). Sum of RGB (Red+Green+Blue) = 121+9+101=231 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.38% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 121 - color contains mainly: red. Hex color #790965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790965 is #86F69A. Grayscale: #343434. Windows color (decimal): -8844955 or 6621561. OLE color: 6621561.

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

Color convert

RGB1219101-
CMYK00.930.170.53
HSL310.71º86.15%25.49%-
HSV(B)310.71º92.56%47.45%-
XYZ10.335.212.77-
YUV52.98155.11176.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.38%
GREEN value IS 9 (3.91% from 255) = 3.90%
BLUE value IS 101 (39.84% from 255) = 43.72%
R=52.38%
G=3.90%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121910100.930.170.53310.7186.1525.49
Hex7996505D11351375619
Octal171111450135216546712631
Binary1111001100111001010101110110001110101100110111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790965; }

 p { color: rgb(121,9,101); }

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

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

 a { background-color: rgb(121,9,101); }

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

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

 span { border-color: rgb(121,9,101); }

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