#7800DE

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

Shades of Dark Violet #7800DE

Tints of Dark Violet #7800DE

Color information

#7800DE (or 0x7800DE) is unknown color: approx Dark Violet. HEX triplet: 78, 00 and DE. RGB value is (120,0,222). Sum of RGB (Red+Green+Blue) = 120+0+222=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 222 (87.11% from 255 or 64.91% from 342); Max value from RGB is 222 - color contains mainly: blue. Hex color #7800DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7800DE is #87FF21. Grayscale: #3C3C3C. Windows color (decimal): -8912674 or 14549112. OLE color: 14549112.

HSL color Cylindrical-coordinate representation of color #7800DE: hue angle of 272.43º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7800DE is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1200222-
CMYK0.46100.13
HSL272.43º100%43.53%-
HSV(B)272.43º100%87.06%-
XYZ20.939.2769.79-
YUV61.19218.76169.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 222 (87.11% from 255) = 64.91%
R=35.09%
G=0%
B=64.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal12002220.46100.13272.4310043.53
Hex780DE2E640D110642c
Octal17003365614401542014454
Binary11110000110111101011101100100011011000100001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7800DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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