#7E2485

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

Shades of Vivid Violet #7E2485

Tints of Vivid Violet #7E2485

Color information

#7E2485 (or 0x7E2485) is unknown color: approx Vivid Violet. HEX triplet: 7E, 24 and 85. RGB value is (126,36,133). Sum of RGB (Red+Green+Blue) = 126+36+133=295 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.71% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #7E2485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2485 is #81DB7A. Grayscale: #494949. Windows color (decimal): -8510331 or 8725630. OLE color: 8725630.

HSL color Cylindrical-coordinate representation of color #7E2485: hue angle of 295.67º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E2485 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12636133-
CMYK0.050.7300.48
HSL295.67º57.4%33.14%-
HSV(B)295.67º72.93%52.16%-
XYZ13.477.3922.91-
YUV73.97161.32165.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.71%
GREEN value IS 36 (14.45% from 255) = 12.20%
BLUE value IS 133 (52.34% from 255) = 45.08%
R=42.71%
G=12.20%
B=45.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal126361330.050.7300.48295.6757.433.14
Hex7E24855490301283921
Octal1764420551110604507141
Binary11111101001001000010110110010010110000100101000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,36,133); }

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

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

 a { background-color: rgb(126,36,133); }

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

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

 span { border-color: rgb(126,36,133); }

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