#7B19DC

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

Shades of Blue Violet #7B19DC

Tints of Blue Violet #7B19DC

Color information

#7B19DC (or 0x7B19DC) is unknown color: approx Blue Violet. HEX triplet: 7B, 19 and DC. RGB value is (123,25,220). Sum of RGB (Red+Green+Blue) = 123+25+220=368 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.42% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B19DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B19DC is #84E623. Grayscale: #4B4B4B. Windows color (decimal): -8709668 or 14424443. OLE color: 14424443.

HSL color Cylindrical-coordinate representation of color #7B19DC: hue angle of 270.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B19DC is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB12325220-
CMYK0.440.8900.14
HSL270.15º79.59%48.04%-
HSV(B)270.15º88.64%86.27%-
XYZ21.4310.0768.52-
YUV76.53208.97161.14-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.42%
GREEN value IS 25 (10.16% from 255) = 6.79%
BLUE value IS 220 (86.33% from 255) = 59.78%
R=33.42%
G=6.79%
B=59.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal123252200.440.8900.14270.1579.5948.04
Hex7B19DC2C590E10e5030
Octal173313345413101641612060
Binary111101111001110111001011001011001011101000011101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B19DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B19DC; }

 p { color: rgb(123,25,220); }

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

<style>
 a { background-color: #7B19DC; }

 a { background-color: rgb(123,25,220); }

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

<style>
 span { border-color: #7B19DC; }

 span { border-color: rgb(123,25,220); }

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