#7C19DC

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

Shades of Blue Violet #7C19DC

Tints of Blue Violet #7C19DC

Color information

#7C19DC (or 0x7C19DC) is unknown color: approx Blue Violet. HEX triplet: 7C, 19 and DC. RGB value is (124,25,220). Sum of RGB (Red+Green+Blue) = 124+25+220=369 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.60% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C19DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C19DC is #83E623. Grayscale: #4C4C4C. Windows color (decimal): -8644132 or 14424444. OLE color: 14424444.

HSL color Cylindrical-coordinate representation of color #7C19DC: hue angle of 270.46º 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 #7C19DC is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB12425220-
CMYK0.440.8900.14
HSL270.46º79.59%48.04%-
HSV(B)270.46º88.64%86.27%-
XYZ21.5810.1568.53-
YUV76.83208.8161.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.60%
GREEN value IS 25 (10.16% from 255) = 6.78%
BLUE value IS 220 (86.33% from 255) = 59.62%
R=33.60%
G=6.78%
B=59.62%

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
Decimal124252200.440.8900.14270.4679.5948.04
Hex7C19DC2C590E10e5030
Octal174313345413101641612060
Binary111110011001110111001011001011001011101000011101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C19DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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