#7D1EAA

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

Shades of Vivid Violet #7D1EAA

Tints of Vivid Violet #7D1EAA

Color information

#7D1EAA (or 0x7D1EAA) is unknown color: approx Vivid Violet. HEX triplet: 7D, 1E and AA. RGB value is (125,30,170). Sum of RGB (Red+Green+Blue) = 125+30+170=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D1EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1EAA is #82E155. Grayscale: #494949. Windows color (decimal): -8577366 or 11148925. OLE color: 11148925.

HSL color Cylindrical-coordinate representation of color #7D1EAA: hue angle of 280.71º 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 #7D1EAA is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12530170-
CMYK0.260.8200.33
HSL280.71º70%39.22%-
HSV(B)280.71º82.35%66.67%-
XYZ16.188.1938.76-
YUV74.36181.97164.12-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.46%
GREEN value IS 30 (12.11% from 255) = 9.23%
BLUE value IS 170 (66.80% from 255) = 52.31%
R=38.46%
G=9.23%
B=52.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125301700.260.8200.33280.717039.22
Hex7D1EAA1A520211194627
Octal175362523212204143110647
Binary1111101111101010101011010101001001000011000110011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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