#7F24AA

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

Shades of Vivid Violet #7F24AA

Tints of Vivid Violet #7F24AA

Color information

#7F24AA (or 0x7F24AA) is unknown color: approx Vivid Violet. HEX triplet: 7F, 24 and AA. RGB value is (127,36,170). Sum of RGB (Red+Green+Blue) = 127+36+170=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F24AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F24AA is #80DB55. Grayscale: #4E4E4E. Windows color (decimal): -8444758 or 11150463. OLE color: 11150463.

HSL color Cylindrical-coordinate representation of color #7F24AA: hue angle of 280.75º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7F24AA is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12736170-
CMYK0.250.7900.33
HSL280.75º65.05%40.39%-
HSV(B)280.75º78.82%66.67%-
XYZ16.648.6838.83-
YUV78.48179.65162.6-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.14%
GREEN value IS 36 (14.45% from 255) = 10.81%
BLUE value IS 170 (66.80% from 255) = 51.05%
R=38.14%
G=10.81%
B=51.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127361700.250.7900.33280.7565.0540.39
Hex7F24AA194F0211194128
Octal177442523111704143110150
Binary11111111001001010101011001100111101000011000110011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F24AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,36,170); }

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

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

 a { background-color: rgb(127,36,170); }

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

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

 span { border-color: rgb(127,36,170); }

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