#7C19EA

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

Shades of Blue Violet #7C19EA

Tints of Blue Violet #7C19EA

Color information

#7C19EA (or 0x7C19EA) is unknown color: approx Blue Violet. HEX triplet: 7C, 19 and EA. RGB value is (124,25,234). Sum of RGB (Red+Green+Blue) = 124+25+234=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 234 (91.80% from 255 or 61.10% from 383); Max value from RGB is 234 - color contains mainly: blue. Hex color #7C19EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C19EA is #83E615. Grayscale: #4D4D4D. Windows color (decimal): -8644118 or 15341948. OLE color: 15341948.

HSL color Cylindrical-coordinate representation of color #7C19EA: hue angle of 268.42º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C19EA is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12425234-
CMYK0.470.8900.08
HSL268.42º83.27%50.78%-
HSV(B)268.42º89.32%91.76%-
XYZ23.5110.9278.71-
YUV78.43215.8160.51-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.38%
GREEN value IS 25 (10.16% from 255) = 6.53%
BLUE value IS 234 (91.80% from 255) = 61.10%
R=32.38%
G=6.53%
B=61.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal124252340.470.8900.08268.4283.2750.78
Hex7C19EA2F590810c5333
Octal174313525713101041412363
Binary111110011001111010101011111011001010001000011001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C19EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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