#7901BE

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

Shades of Dark Violet #7901BE

Tints of Dark Violet #7901BE

Color information

#7901BE (or 0x7901BE) is unknown color: approx Dark Violet. HEX triplet: 79, 01 and BE. RGB value is (121,1,190). Sum of RGB (Red+Green+Blue) = 121+1+190=312 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.78% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #7901BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7901BE is #86FE41. Grayscale: #393939. Windows color (decimal): -8846914 or 12452217. OLE color: 12452217.

HSL color Cylindrical-coordinate representation of color #7901BE: hue angle of 278.1º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7901BE is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1211190-
CMYK0.360.9900.25
HSL278.1º98.95%37.45%-
HSV(B)278.1º99.47%74.51%-
XYZ17.197.849.32-
YUV58.43202.26172.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.78%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 190 (74.61% from 255) = 60.90%
R=38.78%
G=0.32%
B=60.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12111900.360.9900.25278.198.9537.45
Hex791BE24630191166325
Octal17112764414303142614345
Binary111100111011111010010011000110110011000101101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7901BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7901BE; }

 p { color: rgb(121,1,190); }

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

<style>
 a { background-color: #7901BE; }

 a { background-color: rgb(121,1,190); }

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

<style>
 span { border-color: #7901BE; }

 span { border-color: rgb(121,1,190); }

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