#7A24AC

Color #7A24AC Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #7A24AC

Tints of Royal Purple #7A24AC

Color information

#7A24AC (or 0x7A24AC) is unknown color: approx Royal Purple. HEX triplet: 7A, 24 and AC. RGB value is (122,36,172). Sum of RGB (Red+Green+Blue) = 122+36+172=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A24AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A24AC is #85DB53. Grayscale: #4C4C4C. Windows color (decimal): -8772436 or 11281530. OLE color: 11281530.

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

Color convert

RGB12236172-
CMYK0.290.7900.33
HSL277.94º65.38%40.78%-
HSV(B)277.94º79.07%67.45%-
XYZ16.18.3839.8-
YUV77.22181.49159.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.97%
GREEN value IS 36 (14.45% from 255) = 10.91%
BLUE value IS 172 (67.58% from 255) = 52.12%
R=36.97%
G=10.91%
B=52.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122361720.290.7900.33277.9465.3840.78
Hex7A24AC1D4F0211164129
Octal172442543511704142610151
Binary11110101001001010110011101100111101000011000101101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A24AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,36,172); }

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

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

 a { background-color: rgb(122,36,172); }

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

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

 span { border-color: rgb(122,36,172); }

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