#7C26EF

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

Shades of Blue Violet #7C26EF

Tints of Blue Violet #7C26EF

Color information

#7C26EF (or 0x7C26EF) is unknown color: approx Blue Violet. HEX triplet: 7C, 26 and EF. RGB value is (124,38,239). Sum of RGB (Red+Green+Blue) = 124+38+239=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #7C26EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C26EF is #83D910. Grayscale: #555555. Windows color (decimal): -8640785 or 15672956. OLE color: 15672956.

HSL color Cylindrical-coordinate representation of color #7C26EF: hue angle of 265.67º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C26EF is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12438239-
CMYK0.480.8400.06
HSL265.67º86.27%54.31%-
HSV(B)265.67º84.1%93.73%-
XYZ24.5911.982.66-
YUV86.63213.99154.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.92%
GREEN value IS 38 (15.23% from 255) = 9.48%
BLUE value IS 239 (93.75% from 255) = 59.60%
R=30.92%
G=9.48%
B=59.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal124382390.480.8400.06265.6786.2754.31
Hex7C26EF30540610a5636
Octal17446357601240641212666
Binary111110010011011101111110000101010001101000010101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C26EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,38,239); }

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

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

 a { background-color: rgb(124,38,239); }

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

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

 span { border-color: rgb(124,38,239); }

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