#7E2CDA

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

Shades of Blue Violet #7E2CDA

Tints of Blue Violet #7E2CDA

Color information

#7E2CDA (or 0x7E2CDA) is unknown color: approx Blue Violet. HEX triplet: 7E, 2C and DA. RGB value is (126,44,218). Sum of RGB (Red+Green+Blue) = 126+44+218=388 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.47% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 218 (85.55% from 255 or 56.19% from 388); Max value from RGB is 218 - color contains mainly: blue. Hex color #7E2CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2CDA is #81D325. Grayscale: #575757. Windows color (decimal): -8508198 or 14298238. OLE color: 14298238.

HSL color Cylindrical-coordinate representation of color #7E2CDA: hue angle of 268.28º degrees, saturation: 0.7, 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 #7E2CDA is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12644218-
CMYK0.420.8000.15
HSL268.28º70.16%51.37%-
HSV(B)268.28º79.82%85.49%-
XYZ22.1611.367.34-
YUV88.35201.17154.85-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.47%
GREEN value IS 44 (17.58% from 255) = 11.34%
BLUE value IS 218 (85.55% from 255) = 56.19%
R=32.47%
G=11.34%
B=56.19%

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
Decimal126442180.420.8000.15268.2870.1651.37
Hex7E2CDA2A500F10c4633
Octal176543325212001741410663
Binary1111110101100110110101010101010000011111000011001000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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