#7903BD

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

Shades of Dark Violet #7903BD

Tints of Dark Violet #7903BD

Color information

#7903BD (or 0x7903BD) is unknown color: approx Dark Violet. HEX triplet: 79, 03 and BD. RGB value is (121,3,189). Sum of RGB (Red+Green+Blue) = 121+3+189=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #7903BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7903BD is #86FC42. Grayscale: #3A3A3A. Windows color (decimal): -8846403 or 12387193. OLE color: 12387193.

HSL color Cylindrical-coordinate representation of color #7903BD: hue angle of 278.06º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7903BD is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1213189-
CMYK0.360.9800.26
HSL278.06º96.88%37.65%-
HSV(B)278.06º98.41%74.12%-
XYZ17.17.848.75-
YUV59.49201.09171.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.66%
GREEN value IS 3 (1.56% from 255) = 0.96%
BLUE value IS 189 (74.22% from 255) = 60.38%
R=38.66%
G=0.96%
B=60.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal12131890.360.9800.26278.0696.8837.65
Hex793BD246201A1166126
Octal17132754414203242614146
Binary1111001111011110110010011000100110101000101101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7903BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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