#7B25AA

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

Shades of Vivid Violet #7B25AA

Tints of Vivid Violet #7B25AA

Color information

#7B25AA (or 0x7B25AA) is unknown color: approx Vivid Violet. HEX triplet: 7B, 25 and AA. RGB value is (123,37,170). Sum of RGB (Red+Green+Blue) = 123+37+170=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B25AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B25AA is #84DA55. Grayscale: #4D4D4D. Windows color (decimal): -8706646 or 11150715. OLE color: 11150715.

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

Color convert

RGB12337170-
CMYK0.280.7800.33
HSL278.8º64.25%40.59%-
HSV(B)278.8º78.24%66.67%-
XYZ16.098.4438.81-
YUV77.88179.99160.19-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.27%
GREEN value IS 37 (14.84% from 255) = 11.21%
BLUE value IS 170 (66.80% from 255) = 51.52%
R=37.27%
G=11.21%
B=51.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal123371700.280.7800.33278.864.2540.59
Hex7B25AA1C4E0211174029
Octal173452523411604142710051
Binary11110111001011010101011100100111001000011000101111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B25AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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