#7621aa

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

Shades of Royal Purple #7621AA

Tints of Royal Purple #7621AA

Color information

#7621AA (or 0x7621AA) is unknown color: approx Royal Purple. HEX triplet: 76, 21 and AA. RGB value is (118,33,170). Sum of RGB (Red+Green+Blue) = 118+33+170=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #7621AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7621AA is #89DE55. Grayscale: #494949. Windows color (decimal): -9035350 or 11149686. OLE color: 11149686.

HSL color Cylindrical-coordinate representation of color #7621AA: hue angle of 277.23º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7621AA is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11833170-
CMYK0.310.8100.33
HSL277.23º67.49%39.8%-
HSV(B)277.23º80.59%66.67%-
XYZ15.277.8438.74-
YUV74.03182.16159.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 33 (13.28% from 255) = 10.28%
BLUE value IS 170 (66.80% from 255) = 52.96%
R=36.76%
G=10.28%
B=52.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118331700.310.8100.33277.2367.4939.8
Hex7621AA1F510211154328
Octal166412523712104142510350
Binary11101101000011010101011111101000101000011000101011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7621aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7621aa; }

 p { color: rgb(118,33,170); }

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

<style>
 a { background-color: #7621aa; }

 a { background-color: rgb(118,33,170); }

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

<style>
 span { border-color: #7621aa; }

 span { border-color: rgb(118,33,170); }

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