#781D98

Color #781D98 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #781D98

Tints of Vivid Violet #781D98

Color information

#781D98 (or 0x781D98) is unknown color: approx Vivid Violet. HEX triplet: 78, 1D and 98. RGB value is (120,29,152). Sum of RGB (Red+Green+Blue) = 120+29+152=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #781D98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781D98 is #87E267. Grayscale: #454545. Windows color (decimal): -8905320 or 9969016. OLE color: 9969016.

HSL color Cylindrical-coordinate representation of color #781D98: hue angle of 284.39º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781D98 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12029152-
CMYK0.210.8100.40
HSL284.39º67.96%35.49%-
HSV(B)284.39º80.92%59.61%-
XYZ13.857.1430.35-
YUV70.23174.15163.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.87%
GREEN value IS 29 (11.72% from 255) = 9.63%
BLUE value IS 152 (59.77% from 255) = 50.50%
R=39.87%
G=9.63%
B=50.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal120291520.210.8100.40284.3967.9635.49
Hex781D98155102811c4423
Octal170352302512105043410443
Binary1111000111011001100010101101000101010001000111001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781D98; }

 p { color: rgb(120,29,152); }

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

<style>
 a { background-color: #781D98; }

 a { background-color: rgb(120,29,152); }

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

<style>
 span { border-color: #781D98; }

 span { border-color: rgb(120,29,152); }

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