#7E28DD

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

Shades of Blue Violet #7E28DD

Tints of Blue Violet #7E28DD

Color information

#7E28DD (or 0x7E28DD) is unknown color: approx Blue Violet. HEX triplet: 7E, 28 and DD. RGB value is (126,40,221). Sum of RGB (Red+Green+Blue) = 126+40+221=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E28DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E28DD is #81D722. Grayscale: #555555. Windows color (decimal): -8509219 or 14493822. OLE color: 14493822.

HSL color Cylindrical-coordinate representation of color #7E28DD: hue angle of 268.51º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E28DD is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12640221-
CMYK0.430.8200.13
HSL268.51º72.69%51.18%-
HSV(B)268.51º81.9%86.67%-
XYZ22.4111.1769.38-
YUV86.35203.99156.28-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.56%
GREEN value IS 40 (16.02% from 255) = 10.34%
BLUE value IS 221 (86.72% from 255) = 57.11%
R=32.56%
G=10.34%
B=57.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal126402210.430.8200.13268.5172.6951.18
Hex7E28DD2B520D10d4933
Octal176503355312201541511163
Binary1111110101000110111011010111010010011011000011011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E28DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,40,221); }

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

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

 a { background-color: rgb(126,40,221); }

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

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

 span { border-color: rgb(126,40,221); }

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