#7A23AC

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

Shades of Royal Purple #7A23AC

Tints of Royal Purple #7A23AC

Color information

#7A23AC (or 0x7A23AC) is unknown color: approx Royal Purple. HEX triplet: 7A, 23 and AC. RGB value is (122,35,172). Sum of RGB (Red+Green+Blue) = 122+35+172=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A23AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A23AC is #85DC53. Grayscale: #4C4C4C. Windows color (decimal): -8772692 or 11281274. OLE color: 11281274.

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

Color convert

RGB12235172-
CMYK0.290.8000.33
HSL278.1º66.18%40.59%-
HSV(B)278.1º79.65%67.45%-
XYZ16.078.3239.79-
YUV76.63181.82160.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.08%
GREEN value IS 35 (14.06% from 255) = 10.64%
BLUE value IS 172 (67.58% from 255) = 52.28%
R=37.08%
G=10.64%
B=52.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122351720.290.8000.33278.166.1840.59
Hex7A23AC1D500211164229
Octal172432543512004142610251
Binary11110101000111010110011101101000001000011000101101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A23AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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