#8035AE

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

Shades of Royal Purple #8035AE

Tints of Royal Purple #8035AE

Color information

#8035AE (or 0x8035AE) is unknown color: approx Royal Purple. HEX triplet: 80, 35 and AE. RGB value is (128,53,174). Sum of RGB (Red+Green+Blue) = 128+53+174=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #8035AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8035AE is #7FCA51. Grayscale: #585858. Windows color (decimal): -8374866 or 11416960. OLE color: 11416960.

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

Color convert

RGB12853174-
CMYK0.260.7000.32
HSL277.19º53.3%44.51%-
HSV(B)277.19º69.54%68.24%-
XYZ17.8210.1941.07-
YUV89.22175.85155.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.06%
GREEN value IS 53 (21.09% from 255) = 14.93%
BLUE value IS 174 (68.36% from 255) = 49.01%
R=36.06%
G=14.93%
B=49.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128531740.260.7000.32277.1953.344.51
Hex8035AE1A46020115352d
Octal20065256321060404256555
Binary10000000110101101011101101010001100100000100010101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8035AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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