#7E269E

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

Shades of Vivid Violet #7E269E

Tints of Vivid Violet #7E269E

Color information

#7E269E (or 0x7E269E) is unknown color: approx Vivid Violet. HEX triplet: 7E, 26 and 9E. RGB value is (126,38,158). Sum of RGB (Red+Green+Blue) = 126+38+158=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #7E269E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E269E is #81D961. Grayscale: #4D4D4D. Windows color (decimal): -8509794 or 10364542. OLE color: 10364542.

HSL color Cylindrical-coordinate representation of color #7E269E: hue angle of 284º 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 #7E269E is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12638158-
CMYK0.200.7600.38
HSL284º61.22%38.43%-
HSV(B)284º75.95%61.96%-
XYZ15.478.2933.13-
YUV77.99173.15162.24-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.13%
GREEN value IS 38 (15.23% from 255) = 11.80%
BLUE value IS 158 (62.11% from 255) = 49.07%
R=39.13%
G=11.80%
B=49.07%

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
Decimal126381580.200.7600.3828461.2238.43
Hex7E269E144C02611c3d26
Octal17646236241140464347546
Binary1111110100110100111101010010011000100110100011100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E269E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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