#7D25AA

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

Shades of Vivid Violet #7D25AA

Tints of Vivid Violet #7D25AA

Color information

#7D25AA (or 0x7D25AA) is unknown color: approx Vivid Violet. HEX triplet: 7D, 25 and AA. RGB value is (125,37,170). Sum of RGB (Red+Green+Blue) = 125+37+170=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D25AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D25AA is #82DA55. Grayscale: #4E4E4E. Windows color (decimal): -8575574 or 11150717. OLE color: 11150717.

HSL color Cylindrical-coordinate representation of color #7D25AA: hue angle of 279.7º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D25AA is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12537170-
CMYK0.260.7800.33
HSL279.7º64.25%40.59%-
HSV(B)279.7º78.24%66.67%-
XYZ16.378.5938.82-
YUV78.47179.65161.19-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.65%
GREEN value IS 37 (14.84% from 255) = 11.14%
BLUE value IS 170 (66.80% from 255) = 51.20%
R=37.65%
G=11.14%
B=51.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125371700.260.7800.33279.764.2540.59
Hex7D25AA1A4E0211184029
Octal175452523211604143010051
Binary11111011001011010101011010100111001000011000110001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D25AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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