#8037AA

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

Shades of Royal Purple #8037AA

Tints of Royal Purple #8037AA

Color information

#8037AA (or 0x8037AA) is unknown color: approx Royal Purple. HEX triplet: 80, 37 and AA. RGB value is (128,55,170). Sum of RGB (Red+Green+Blue) = 128+55+170=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #8037AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8037AA is #7FC855. Grayscale: #595959. Windows color (decimal): -8374358 or 11155328. OLE color: 11155328.

HSL color Cylindrical-coordinate representation of color #8037AA: hue angle of 278.09º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8037AA is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12855170-
CMYK0.250.6800.33
HSL278.09º51.11%44.12%-
HSV(B)278.09º67.65%66.67%-
XYZ17.5210.2239.08-
YUV89.94173.18155.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.26%
GREEN value IS 55 (21.88% from 255) = 15.58%
BLUE value IS 170 (66.80% from 255) = 48.16%
R=36.26%
G=15.58%
B=48.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128551700.250.6800.33278.0951.1144.12
Hex8037AA1944021116332c
Octal20067252311040414266354
Binary10000000110111101010101100110001000100001100010110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8037AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,55,170); }

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

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

 a { background-color: rgb(128,55,170); }

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

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

 span { border-color: rgb(128,55,170); }

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