#7E269D

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

Shades of Vivid Violet #7E269D

Tints of Vivid Violet #7E269D

Color information

#7E269D (or 0x7E269D) is unknown color: approx Vivid Violet. HEX triplet: 7E, 26 and 9D. RGB value is (126,38,157). Sum of RGB (Red+Green+Blue) = 126+38+157=321 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.25% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E269D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E269D is #81D962. Grayscale: #4D4D4D. Windows color (decimal): -8509795 or 10299006. OLE color: 10299006.

HSL color Cylindrical-coordinate representation of color #7E269D: hue angle of 284.37º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E269D is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12638157-
CMYK0.200.7600.38
HSL284.37º61.03%38.24%-
HSV(B)284.37º75.8%61.57%-
XYZ15.388.2632.68-
YUV77.88172.65162.32-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.25%
GREEN value IS 38 (15.23% from 255) = 11.84%
BLUE value IS 157 (61.72% from 255) = 48.91%
R=39.25%
G=11.84%
B=48.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal126381570.200.7600.38284.3761.0338.24
Hex7E269D144C02611c3d26
Octal17646235241140464347546
Binary1111110100110100111011010010011000100110100011100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E269D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,38,157); }

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

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

 a { background-color: rgb(126,38,157); }

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

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

 span { border-color: rgb(126,38,157); }

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