#781CDA

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

Shades of Blue Violet #781CDA

Tints of Blue Violet #781CDA

Color information

#781CDA (or 0x781CDA) is unknown color: approx Blue Violet. HEX triplet: 78, 1C and DA. RGB value is (120,28,218). Sum of RGB (Red+Green+Blue) = 120+28+218=366 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.79% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #781CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781CDA is #87E325. Grayscale: #4C4C4C. Windows color (decimal): -8905510 or 14294136. OLE color: 14294136.

HSL color Cylindrical-coordinate representation of color #781CDA: hue angle of 269.05º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781CDA is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12028218-
CMYK0.450.8700.15
HSL269.05º77.24%48.24%-
HSV(B)269.05º87.16%85.49%-
XYZ20.829.8967.14-
YUV77.17207.48158.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.79%
GREEN value IS 28 (11.33% from 255) = 7.65%
BLUE value IS 218 (85.55% from 255) = 59.56%
R=32.79%
G=7.65%
B=59.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal120282180.450.8700.15269.0577.2448.24
Hex781CDA2D570F10d4d30
Octal170343325512701741511560
Binary111100011100110110101011011010111011111000011011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,28,218); }

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

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

 a { background-color: rgb(120,28,218); }

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

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

 span { border-color: rgb(120,28,218); }

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