#7f1e9e

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

Shades of Vivid Violet #7F1E9E

Tints of Vivid Violet #7F1E9E

Color information

#7F1E9E (or 0x7F1E9E) is unknown color: approx Vivid Violet. HEX triplet: 7F, 1E and 9E. RGB value is (127,30,158). Sum of RGB (Red+Green+Blue) = 127+30+158=315 (41% of max value = 765). Red value is 127 (50% from 255 or 40.32% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #7F1E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F1E9E is #80E161. Grayscale: #494949. Windows color (decimal): -8446306 or 10362495. OLE color: 10362495.

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

Color convert

RGB12730158-
CMYK0.200.8100.38
HSL285.47º68.09%36.86%-
HSV(B)285.47º81.01%61.96%-
XYZ15.397.9133.06-
YUV73.6175.64166.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.32%
GREEN value IS 30 (12.11% from 255) = 9.52%
BLUE value IS 158 (62.11% from 255) = 50.16%
R=40.32%
G=9.52%
B=50.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal127301580.200.8100.38285.4768.0936.86
Hex7F1E9E145102611d4425
Octal177362362412104643510445
Binary1111111111101001111010100101000101001101000111011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f1e9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,30,158); }

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

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

 a { background-color: rgb(127,30,158); }

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

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

 span { border-color: rgb(127,30,158); }

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