#7E2CD9

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

Shades of Blue Violet #7E2CD9

Tints of Blue Violet #7E2CD9

Color information

#7E2CD9 (or 0x7E2CD9) is unknown color: approx Blue Violet. HEX triplet: 7E, 2C and D9. RGB value is (126,44,217). Sum of RGB (Red+Green+Blue) = 126+44+217=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 217 (85.16% from 255 or 56.07% from 387); Max value from RGB is 217 - color contains mainly: blue. Hex color #7E2CD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2CD9 is #81D326. Grayscale: #575757. Windows color (decimal): -8508199 or 14232702. OLE color: 14232702.

HSL color Cylindrical-coordinate representation of color #7E2CD9: hue angle of 268.44º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E2CD9 is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12644217-
CMYK0.420.8000.15
HSL268.44º69.48%51.18%-
HSV(B)268.44º79.72%85.1%-
XYZ22.0311.2566.66-
YUV88.24200.67154.93-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.56%
GREEN value IS 44 (17.58% from 255) = 11.37%
BLUE value IS 217 (85.16% from 255) = 56.07%
R=32.56%
G=11.37%
B=56.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal126442170.420.8000.15268.4469.4851.18
Hex7E2CD92A500F10c4533
Octal176543315212001741410563
Binary1111110101100110110011010101010000011111000011001000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,44,217); }

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

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

 a { background-color: rgb(126,44,217); }

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

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

 span { border-color: rgb(126,44,217); }

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