#7722A7

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

Shades of Royal Purple #7722A7

Tints of Royal Purple #7722A7

Color information

#7722A7 (or 0x7722A7) is unknown color: approx Royal Purple. HEX triplet: 77, 22 and A7. RGB value is (119,34,167). Sum of RGB (Red+Green+Blue) = 119+34+167=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 167 (65.62% from 255 or 52.19% from 320); Max value from RGB is 167 - color contains mainly: blue. Hex color #7722A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7722A7 is #88DD58. Grayscale: #4A4A4A. Windows color (decimal): -8969561 or 10953335. OLE color: 10953335.

HSL color Cylindrical-coordinate representation of color #7722A7: hue angle of 278.35º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7722A7 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11934167-
CMYK0.290.8000.35
HSL278.35º66.17%39.41%-
HSV(B)278.35º79.64%65.49%-
XYZ15.157.8637.28-
YUV74.58180.16159.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.19%
GREEN value IS 34 (13.67% from 255) = 10.62%
BLUE value IS 167 (65.62% from 255) = 52.19%
R=37.19%
G=10.62%
B=52.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal119341670.290.8000.35278.3566.1739.41
Hex7722A71D500231164227
Octal167422473512004342610247
Binary11101111000101010011111101101000001000111000101101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7722A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7722A7; }

 p { color: rgb(119,34,167); }

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

<style>
 a { background-color: #7722A7; }

 a { background-color: rgb(119,34,167); }

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

<style>
 span { border-color: #7722A7; }

 span { border-color: rgb(119,34,167); }

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