#7910BD

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

Shades of Dark Violet #7910BD

Tints of Dark Violet #7910BD

Color information

#7910BD (or 0x7910BD) is unknown color: approx Dark Violet. HEX triplet: 79, 10 and BD. RGB value is (121,16,189). Sum of RGB (Red+Green+Blue) = 121+16+189=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #7910BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7910BD is #86EF42. Grayscale: #424242. Windows color (decimal): -8843075 or 12390521. OLE color: 12390521.

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

Color convert

RGB12116189-
CMYK0.360.9200.26
HSL276.42º84.39%40.2%-
HSV(B)276.42º91.53%74.12%-
XYZ17.268.1148.8-
YUV67.12196.79166.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.12%
GREEN value IS 16 (6.64% from 255) = 4.91%
BLUE value IS 189 (74.22% from 255) = 57.98%
R=37.12%
G=4.91%
B=57.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal121161890.360.9200.26276.4284.3940.2
Hex7910BD245C01A1145428
Octal171202754413403242412450
Binary1111001100001011110110010010111000110101000101001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7910BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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