#7E258E

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

Shades of Vivid Violet #7E258E

Tints of Vivid Violet #7E258E

Color information

#7E258E (or 0x7E258E) is unknown color: approx Vivid Violet. HEX triplet: 7E, 25 and 8E. RGB value is (126,37,142). Sum of RGB (Red+Green+Blue) = 126+37+142=305 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.31% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E258E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E258E is #81DA71. Grayscale: #4B4B4B. Windows color (decimal): -8510066 or 9315710. OLE color: 9315710.

HSL color Cylindrical-coordinate representation of color #7E258E: hue angle of 290.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7E258E is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12637142-
CMYK0.110.7400.44
HSL290.86º58.66%35.1%-
HSV(B)290.86º73.94%55.69%-
XYZ14.157.7126.33-
YUV75.58165.49163.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.31%
GREEN value IS 37 (14.84% from 255) = 12.13%
BLUE value IS 142 (55.86% from 255) = 46.56%
R=41.31%
G=12.13%
B=46.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126371420.110.7400.44290.8658.6635.1
Hex7E258EB4A02C1233b23
Octal17645216131120544437343
Binary111111010010110001110101110010100101100100100011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E258E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,37,142); }

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

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

 a { background-color: rgb(126,37,142); }

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

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

 span { border-color: rgb(126,37,142); }

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