#7800BF

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

Shades of Dark Violet #7800BF

Tints of Dark Violet #7800BF

Color information

#7800BF (or 0x7800BF) is unknown color: approx Dark Violet. HEX triplet: 78, 00 and BF. RGB value is (120,0,191). Sum of RGB (Red+Green+Blue) = 120+0+191=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 191 (75% from 255 or 61.41% from 311); Max value from RGB is 191 - color contains mainly: blue. Hex color #7800BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7800BF is #87FF40. Grayscale: #393939. Windows color (decimal): -8912705 or 12517496. OLE color: 12517496.

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

Color convert

RGB1200191-
CMYK0.37100.25
HSL277.7º100%37.45%-
HSV(B)277.7º100%74.9%-
XYZ17.157.7549.88-
YUV57.65203.26172.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 61.41%
R=38.59%
G=0%
B=61.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12001910.37100.25277.710037.45
Hex780BF25640191166425
Octal17002774514403142614445
Binary111100001011111110010111001000110011000101101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7800BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7800BF; }

 p { color: rgb(120,0,191); }

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

<style>
 a { background-color: #7800BF; }

 a { background-color: rgb(120,0,191); }

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

<style>
 span { border-color: #7800BF; }

 span { border-color: rgb(120,0,191); }

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