#790F63

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

Shades of Dark Purple #790F63

Tints of Dark Purple #790F63

Color information

#790F63 (or 0x790F63) is unknown color: approx Dark Purple. HEX triplet: 79, 0F and 63. RGB value is (121,15,99). Sum of RGB (Red+Green+Blue) = 121+15+99=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #790F63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790F63 is #86F09C. Grayscale: #383838. Windows color (decimal): -8843421 or 6492025. OLE color: 6492025.

HSL color Cylindrical-coordinate representation of color #790F63: hue angle of 312.45º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #790F63 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1211599-
CMYK00.880.180.53
HSL312.45º77.94%26.67%-
HSV(B)312.45º87.6%47.45%-
XYZ10.315.3112.29-
YUV56.27152.12174.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.49%
GREEN value IS 15 (6.25% from 255) = 6.38%
BLUE value IS 99 (39.06% from 255) = 42.13%
R=51.49%
G=6.38%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121159900.880.180.53312.4577.9426.67
Hex79F6305812351384e1b
Octal171171430130226547011633
Binary1111001111111000110101100010010110101100111000100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790F63; }

 p { color: rgb(121,15,99); }

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

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

 a { background-color: rgb(121,15,99); }

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

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

 span { border-color: rgb(121,15,99); }

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