#7F1D8E

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

Shades of Vivid Violet #7F1D8E

Tints of Vivid Violet #7F1D8E

Color information

#7F1D8E (or 0x7F1D8E) is unknown color: approx Vivid Violet. HEX triplet: 7F, 1D and 8E. RGB value is (127,29,142). Sum of RGB (Red+Green+Blue) = 127+29+142=298 (39% of max value = 765). Red value is 127 (50% from 255 or 42.62% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #7F1D8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F1D8E is #80E271. Grayscale: #464646. Windows color (decimal): -8446578 or 9313663. OLE color: 9313663.

HSL color Cylindrical-coordinate representation of color #7F1D8E: hue angle of 292.04º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F1D8E is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12729142-
CMYK0.110.8000.44
HSL292.04º66.08%33.53%-
HSV(B)292.04º79.58%55.69%-
XYZ14.077.3426.27-
YUV71.18167.97167.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.62%
GREEN value IS 29 (11.72% from 255) = 9.73%
BLUE value IS 142 (55.86% from 255) = 47.65%
R=42.62%
G=9.73%
B=47.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal127291420.110.8000.44292.0466.0833.53
Hex7F1D8EB5002C1244222
Octal177352161312005444410242
Binary111111111101100011101011101000001011001001001001000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,29,142); }

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

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

 a { background-color: rgb(127,29,142); }

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

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

 span { border-color: rgb(127,29,142); }

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