#790C67

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

Shades of Dark Purple #790C67

Tints of Dark Purple #790C67

Color information

#790C67 (or 0x790C67) is unknown color: approx Dark Purple. HEX triplet: 79, 0C and 67. RGB value is (121,12,103). Sum of RGB (Red+Green+Blue) = 121+12+103=236 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.27% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 121 - color contains mainly: red. Hex color #790C67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790C67 is #86F398. Grayscale: #363636. Windows color (decimal): -8844185 or 6753401. OLE color: 6753401.

HSL color Cylindrical-coordinate representation of color #790C67: hue angle of 309.91º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790C67 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB12112103-
CMYK00.900.150.53
HSL309.91º81.95%26.08%-
HSV(B)309.91º90.08%47.45%-
XYZ10.465.3113.3-
YUV54.96155.11175.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.27%
GREEN value IS 12 (5.08% from 255) = 5.08%
BLUE value IS 103 (40.62% from 255) = 43.64%
R=51.27%
G=5.08%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211210300.900.150.53309.9181.9526.08
Hex79C6705AF35136521a
Octal171141470132176546612232
Binary111100111001100111010110101111110101100110110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,12,103); }

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

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

 a { background-color: rgb(121,12,103); }

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

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

 span { border-color: rgb(121,12,103); }

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