#7D1F8E

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

Shades of Vivid Violet #7D1F8E

Tints of Vivid Violet #7D1F8E

Color information

#7D1F8E (or 0x7D1F8E) is unknown color: approx Vivid Violet. HEX triplet: 7D, 1F and 8E. RGB value is (125,31,142). Sum of RGB (Red+Green+Blue) = 125+31+142=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 31 (12.5% from 255 or 10.40% 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 #7D1F8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1F8E is #82E071. Grayscale: #474747. Windows color (decimal): -8577138 or 9314173. OLE color: 9314173.

HSL color Cylindrical-coordinate representation of color #7D1F8E: hue angle of 290.81º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D1F8E is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12531142-
CMYK0.120.7800.44
HSL290.81º64.16%33.92%-
HSV(B)290.81º78.17%55.69%-
XYZ13.837.2926.27-
YUV71.76167.64165.97-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.95%
GREEN value IS 31 (12.5% from 255) = 10.40%
BLUE value IS 142 (55.86% from 255) = 47.65%
R=41.95%
G=10.40%
B=47.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal125311420.120.7800.44290.8164.1633.92
Hex7D1F8EC4E02C1234022
Octal175372161411605444310042
Binary111110111111100011101100100111001011001001000111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,31,142); }

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

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

 a { background-color: rgb(125,31,142); }

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

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

 span { border-color: rgb(125,31,142); }

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