#7728AA

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

Shades of Royal Purple #7728AA

Tints of Royal Purple #7728AA

Color information

#7728AA (or 0x7728AA) is unknown color: approx Royal Purple. HEX triplet: 77, 28 and AA. RGB value is (119,40,170). Sum of RGB (Red+Green+Blue) = 119+40+170=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #7728AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7728AA is #88D755. Grayscale: #4E4E4E. Windows color (decimal): -8968022 or 11151479. OLE color: 11151479.

HSL color Cylindrical-coordinate representation of color #7728AA: hue angle of 276.46º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7728AA is Cyan = 0.3, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11940170-
CMYK0.30.7600.33
HSL276.46º61.9%41.18%-
HSV(B)276.46º76.47%66.67%-
XYZ15.628.3438.82-
YUV78.44179.67156.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.17%
GREEN value IS 40 (16.02% from 255) = 12.16%
BLUE value IS 170 (66.80% from 255) = 51.67%
R=36.17%
G=12.16%
B=51.67%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119401700.30.7600.33276.4661.941.18
Hex7728AA1E4C0211143e29
Octal16750252361140414247651
Binary1110111101000101010101111010011000100001100010100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7728AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7728AA; }

 p { color: rgb(119,40,170); }

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

<style>
 a { background-color: #7728AA; }

 a { background-color: rgb(119,40,170); }

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

<style>
 span { border-color: #7728AA; }

 span { border-color: rgb(119,40,170); }

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