#8035AB

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

Shades of Royal Purple #8035AB

Tints of Royal Purple #8035AB

Color information

#8035AB (or 0x8035AB) is unknown color: approx Royal Purple. HEX triplet: 80, 35 and AB. RGB value is (128,53,171). Sum of RGB (Red+Green+Blue) = 128+53+171=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #8035AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8035AB is #7FCA54. Grayscale: #585858. Windows color (decimal): -8374869 or 11220352. OLE color: 11220352.

HSL color Cylindrical-coordinate representation of color #8035AB: hue angle of 278.14º degrees, saturation: 0.53, 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 #8035AB is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12853171-
CMYK0.250.6900.33
HSL278.14º52.68%43.92%-
HSV(B)278.14º69.01%67.06%-
XYZ17.5310.0839.55-
YUV88.88174.35155.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.36%
GREEN value IS 53 (21.09% from 255) = 15.06%
BLUE value IS 171 (67.19% from 255) = 48.58%
R=36.36%
G=15.06%
B=48.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128531710.250.6900.33278.1452.6843.92
Hex8035AB1945021116352c
Octal20065253311050414266554
Binary10000000110101101010111100110001010100001100010110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8035AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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