#7C26CE

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

Shades of Blue Violet #7C26CE

Tints of Blue Violet #7C26CE

Color information

#7C26CE (or 0x7C26CE) is unknown color: approx Blue Violet. HEX triplet: 7C, 26 and CE. RGB value is (124,38,206). Sum of RGB (Red+Green+Blue) = 124+38+206=368 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.70% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C26CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C26CE is #83D931. Grayscale: #525252. Windows color (decimal): -8640818 or 13510268. OLE color: 13510268.

HSL color Cylindrical-coordinate representation of color #7C26CE: hue angle of 270.71º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C26CE is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12438206-
CMYK0.400.8200.19
HSL270.71º68.85%47.84%-
HSV(B)270.71º81.55%80.78%-
XYZ20.1510.1359.29-
YUV82.87197.49157.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.70%
GREEN value IS 38 (15.23% from 255) = 10.33%
BLUE value IS 206 (80.86% from 255) = 55.98%
R=33.70%
G=10.33%
B=55.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal124382060.400.8200.19270.7168.8547.84
Hex7C26CE285201310f4530
Octal174463165012202341710560
Binary11111001001101100111010100010100100100111000011111000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C26CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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