#8036AE

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

Shades of Royal Purple #8036AE

Tints of Royal Purple #8036AE

Color information

#8036AE (or 0x8036AE) is unknown color: approx Royal Purple. HEX triplet: 80, 36 and AE. RGB value is (128,54,174). Sum of RGB (Red+Green+Blue) = 128+54+174=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #8036AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8036AE is #7FC951. Grayscale: #595959. Windows color (decimal): -8374610 or 11417216. OLE color: 11417216.

HSL color Cylindrical-coordinate representation of color #8036AE: hue angle of 277º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8036AE is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12854174-
CMYK0.260.6900.32
HSL277º52.63%44.71%-
HSV(B)277º68.97%68.24%-
XYZ17.8610.2841.09-
YUV89.81175.52155.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.96%
GREEN value IS 54 (21.48% from 255) = 15.17%
BLUE value IS 174 (68.36% from 255) = 48.88%
R=35.96%
G=15.17%
B=48.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128541740.260.6900.3227752.6344.71
Hex8036AE1A45020115352d
Octal20066256321050404256555
Binary10000000110110101011101101010001010100000100010101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8036AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8036AE; }

 p { color: rgb(128,54,174); }

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

<style>
 a { background-color: #8036AE; }

 a { background-color: rgb(128,54,174); }

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

<style>
 span { border-color: #8036AE; }

 span { border-color: rgb(128,54,174); }

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