#8036AC

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

Shades of Royal Purple #8036AC

Tints of Royal Purple #8036AC

Color information

#8036AC (or 0x8036AC) is unknown color: approx Royal Purple. HEX triplet: 80, 36 and AC. RGB value is (128,54,172). Sum of RGB (Red+Green+Blue) = 128+54+172=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #8036AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8036AC is #7FC953. Grayscale: #595959. Windows color (decimal): -8374612 or 11286144. OLE color: 11286144.

HSL color Cylindrical-coordinate representation of color #8036AC: hue angle of 277.63º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8036AC is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12854172-
CMYK0.260.6900.33
HSL277.63º52.21%44.31%-
HSV(B)277.63º68.6%67.45%-
XYZ17.6710.2140.07-
YUV89.58174.52155.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.16%
GREEN value IS 54 (21.48% from 255) = 15.25%
BLUE value IS 172 (67.58% from 255) = 48.59%
R=36.16%
G=15.25%
B=48.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128541720.260.6900.33277.6352.2144.31
Hex8036AC1A45021116342c
Octal20066254321050414266454
Binary10000000110110101011001101010001010100001100010110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8036AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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