#7903DD

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

Shades of Dark Violet #7903DD

Tints of Dark Violet #7903DD

Color information

#7903DD (or 0x7903DD) is unknown color: approx Dark Violet. HEX triplet: 79, 03 and DD. RGB value is (121,3,221). Sum of RGB (Red+Green+Blue) = 121+3+221=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #7903DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7903DD is #86FC22. Grayscale: #3E3E3E. Windows color (decimal): -8846371 or 14484345. OLE color: 14484345.

HSL color Cylindrical-coordinate representation of color #7903DD: hue angle of 272.48º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7903DD is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1213221-
CMYK0.450.9900.13
HSL272.48º97.32%43.92%-
HSV(B)272.48º98.64%86.67%-
XYZ20.979.3569.11-
YUV63.13217.09169.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.07%
GREEN value IS 3 (1.56% from 255) = 0.87%
BLUE value IS 221 (86.72% from 255) = 64.06%
R=35.07%
G=0.87%
B=64.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal12132210.450.9900.13272.4897.3243.92
Hex793DD2D630D110612c
Octal17133355514301542014154
Binary111100111110111011011011100011011011000100001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7903DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7903DD; }

 p { color: rgb(121,3,221); }

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

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

 a { background-color: rgb(121,3,221); }

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

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

 span { border-color: rgb(121,3,221); }

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