#7D1EAB

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

Shades of Vivid Violet #7D1EAB

Tints of Vivid Violet #7D1EAB

Color information

#7D1EAB (or 0x7D1EAB) is unknown color: approx Vivid Violet. HEX triplet: 7D, 1E and AB. RGB value is (125,30,171). Sum of RGB (Red+Green+Blue) = 125+30+171=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D1EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1EAB is #82E154. Grayscale: #4A4A4A. Windows color (decimal): -8577365 or 11214461. OLE color: 11214461.

HSL color Cylindrical-coordinate representation of color #7D1EAB: hue angle of 280.43º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D1EAB is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12530171-
CMYK0.270.8200.33
HSL280.43º70.15%39.41%-
HSV(B)280.43º82.46%67.06%-
XYZ16.278.2339.26-
YUV74.48182.47164.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.34%
GREEN value IS 30 (12.11% from 255) = 9.20%
BLUE value IS 171 (67.19% from 255) = 52.45%
R=38.34%
G=9.20%
B=52.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125301710.270.8200.33280.4370.1539.41
Hex7D1EAB1B520211184627
Octal175362533312204143010647
Binary1111101111101010101111011101001001000011000110001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,30,171); }

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

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

 a { background-color: rgb(125,30,171); }

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

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

 span { border-color: rgb(125,30,171); }

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