#790fcf

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

Shades of Dark Violet #790FCF

Tints of Dark Violet #790FCF

Color information

#790FCF (or 0x790FCF) is unknown color: approx Dark Violet. HEX triplet: 79, 0F and CF. RGB value is (121,15,207). Sum of RGB (Red+Green+Blue) = 121+15+207=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #790FCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790FCF is #86F030. Grayscale: #434343. Windows color (decimal): -8843313 or 13569913. OLE color: 13569913.

HSL color Cylindrical-coordinate representation of color #790FCF: hue angle of 273.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790FCF is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12115207-
CMYK0.420.9300.19
HSL273.12º86.49%43.53%-
HSV(B)273.12º92.75%81.18%-
XYZ19.328.9159.73-
YUV68.58206.12165.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.28%
GREEN value IS 15 (6.25% from 255) = 4.37%
BLUE value IS 207 (81.25% from 255) = 60.35%
R=35.28%
G=4.37%
B=60.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal121152070.420.9300.19273.1286.4943.53
Hex79FCF2A5D013111562c
Octal171173175213502342112654
Binary111100111111100111110101010111010100111000100011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790fcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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