#7730AB

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

Shades of Royal Purple #7730AB

Tints of Royal Purple #7730AB

Color information

#7730AB (or 0x7730AB) is unknown color: approx Royal Purple. HEX triplet: 77, 30 and AB. RGB value is (119,48,171). Sum of RGB (Red+Green+Blue) = 119+48+171=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #7730AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7730AB is #88CF54. Grayscale: #525252. Windows color (decimal): -8965973 or 11219063. OLE color: 11219063.

HSL color Cylindrical-coordinate representation of color #7730AB: hue angle of 274.63º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7730AB is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11948171-
CMYK0.300.7200.33
HSL274.63º56.16%42.94%-
HSV(B)274.63º71.93%67.06%-
XYZ16.028.9839.42-
YUV83.25177.52153.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.21%
GREEN value IS 48 (19.14% from 255) = 14.20%
BLUE value IS 171 (67.19% from 255) = 50.59%
R=35.21%
G=14.20%
B=50.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119481710.300.7200.33274.6356.1642.94
Hex7730AB1E48021113382b
Octal16760253361100414237053
Binary1110111110000101010111111010010000100001100010011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7730AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7730AB; }

 p { color: rgb(119,48,171); }

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

<style>
 a { background-color: #7730AB; }

 a { background-color: rgb(119,48,171); }

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

<style>
 span { border-color: #7730AB; }

 span { border-color: rgb(119,48,171); }

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