#7801D3

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

Shades of Dark Violet #7801D3

Tints of Dark Violet #7801D3

Color information

#7801D3 (or 0x7801D3) is unknown color: approx Dark Violet. HEX triplet: 78, 01 and D3. RGB value is (120,1,211). Sum of RGB (Red+Green+Blue) = 120+1+211=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 211 (82.81% from 255 or 63.55% from 332); Max value from RGB is 211 - color contains mainly: blue. Hex color #7801D3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7801D3 is #87FE2C. Grayscale: #3B3B3B. Windows color (decimal): -8912429 or 13828472. OLE color: 13828472.

HSL color Cylindrical-coordinate representation of color #7801D3: hue angle of 274º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7801D3 is Cyan = 0.43, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1201211-
CMYK0.431.0000.17
HSL274º99.06%41.57%-
HSV(B)274º99.53%82.75%-
XYZ19.518.7262.28-
YUV60.52212.92170.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.14%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 211 (82.81% from 255) = 63.55%
R=36.14%
G=0.30%
B=63.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal12012110.431.0000.1727499.0641.57
Hex781D32B64011112632a
Octal17013235314402142214352
Binary111100011101001110101111001000100011000100101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7801D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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