#7C11E4

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

Shades of Blue Violet #7C11E4

Tints of Blue Violet #7C11E4

Color information

#7C11E4 (or 0x7C11E4) is unknown color: approx Blue Violet. HEX triplet: 7C, 11 and E4. RGB value is (124,17,228). Sum of RGB (Red+Green+Blue) = 124+17+228=369 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.60% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 228 (89.45% from 255 or 61.79% from 369); Max value from RGB is 228 - color contains mainly: blue. Hex color #7C11E4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C11E4 is #83EE1B. Grayscale: #484848. Windows color (decimal): -8646172 or 14946684. OLE color: 14946684.

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

Color convert

RGB12417228-
CMYK0.460.9300.11
HSL270.43º86.12%48.04%-
HSV(B)270.43º92.54%89.41%-
XYZ22.5210.2974.2-
YUV73.05215.45164.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.60%
GREEN value IS 17 (7.03% from 255) = 4.61%
BLUE value IS 228 (89.45% from 255) = 61.79%
R=33.60%
G=4.61%
B=61.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal124172280.460.9300.11270.4386.1248.04
Hex7C11E42E5D0B10e5630
Octal174213445613501341612660
Binary111110010001111001001011101011101010111000011101010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C11E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,17,228); }

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

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

 a { background-color: rgb(124,17,228); }

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

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

 span { border-color: rgb(124,17,228); }

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