#7801BE

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

Shades of Dark Violet #7801BE

Tints of Dark Violet #7801BE

Color information

#7801BE (or 0x7801BE) is unknown color: approx Dark Violet. HEX triplet: 78, 01 and BE. RGB value is (120,1,190). Sum of RGB (Red+Green+Blue) = 120+1+190=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 190 (74.61% from 255 or 61.09% from 311); Max value from RGB is 190 - color contains mainly: blue. Hex color #7801BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7801BE is #87FE41. Grayscale: #393939. Windows color (decimal): -8912450 or 12452216. OLE color: 12452216.

HSL color Cylindrical-coordinate representation of color #7801BE: hue angle of 277.78º 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 #7801BE is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1201190-
CMYK0.370.9900.25
HSL277.78º98.95%37.45%-
HSV(B)277.78º99.47%74.51%-
XYZ17.057.7349.31-
YUV58.13202.42172.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.59%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 190 (74.61% from 255) = 61.09%
R=38.59%
G=0.32%
B=61.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12011900.370.9900.25277.7898.9537.45
Hex781BE25630191166325
Octal17012764514303142614345
Binary111100011011111010010111000110110011000101101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7801BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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