#7C12EE

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

Shades of Blue Violet #7C12EE

Tints of Blue Violet #7C12EE

Color information

#7C12EE (or 0x7C12EE) is unknown color: approx Blue Violet. HEX triplet: 7C, 12 and EE. RGB value is (124,18,238). Sum of RGB (Red+Green+Blue) = 124+18+238=380 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.63% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 238 (93.36% from 255 or 62.63% from 380); Max value from RGB is 238 - color contains mainly: blue. Hex color #7C12EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C12EE is #83ED11. Grayscale: #4A4A4A. Windows color (decimal): -8645906 or 15602300. OLE color: 15602300.

HSL color Cylindrical-coordinate representation of color #7C12EE: hue angle of 268.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7C12EE is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12418238-
CMYK0.480.9200.07
HSL268.91º86.61%50.2%-
HSV(B)268.91º92.44%93.33%-
XYZ23.9610.8981.73-
YUV74.77220.12163.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.63%
GREEN value IS 18 (7.42% from 255) = 4.74%
BLUE value IS 238 (93.36% from 255) = 62.63%
R=32.63%
G=4.74%
B=62.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal124182380.480.9200.07268.9186.6150.2
Hex7C12EE305C0710d5732
Octal17422356601340741512762
Binary11111001001011101110110000101110001111000011011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C12EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,18,238); }

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

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

 a { background-color: rgb(124,18,238); }

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

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

 span { border-color: rgb(124,18,238); }

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