#8036AD

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

Shades of Royal Purple #8036AD

Tints of Royal Purple #8036AD

Color information

#8036AD (or 0x8036AD) is unknown color: approx Royal Purple. HEX triplet: 80, 36 and AD. RGB value is (128,54,173). Sum of RGB (Red+Green+Blue) = 128+54+173=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #8036AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8036AD is #7FC952. Grayscale: #595959. Windows color (decimal): -8374611 or 11351680. OLE color: 11351680.

HSL color Cylindrical-coordinate representation of color #8036AD: hue angle of 277.31º degrees, saturation: 0.52, 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 #8036AD is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12854173-
CMYK0.260.6900.32
HSL277.31º52.42%44.51%-
HSV(B)277.31º68.79%67.84%-
XYZ17.7610.2440.58-
YUV89.69175.02155.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.06%
GREEN value IS 54 (21.48% from 255) = 15.21%
BLUE value IS 173 (67.97% from 255) = 48.73%
R=36.06%
G=15.21%
B=48.73%

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
Decimal128541730.260.6900.32277.3152.4244.51
Hex8036AD1A45020115342d
Octal20066255321050404256455
Binary10000000110110101011011101010001010100000100010101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8036AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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