#8030B1

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

Shades of Royal Purple #8030B1

Tints of Royal Purple #8030B1

Color information

#8030B1 (or 0x8030B1) is unknown color: approx Royal Purple. HEX triplet: 80, 30 and B1. RGB value is (128,48,177). Sum of RGB (Red+Green+Blue) = 128+48+177=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 177 (69.53% from 255 or 50.14% from 353); Max value from RGB is 177 - color contains mainly: blue. Hex color #8030B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8030B1 is #7FCF4E. Grayscale: #565656. Windows color (decimal): -8376143 or 11612288. OLE color: 11612288.

HSL color Cylindrical-coordinate representation of color #8030B1: hue angle of 277.21º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8030B1 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12848177-
CMYK0.280.7300.31
HSL277.21º57.33%44.12%-
HSV(B)277.21º72.88%69.41%-
XYZ17.899.8842.56-
YUV86.63179157.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.26%
GREEN value IS 48 (19.14% from 255) = 13.60%
BLUE value IS 177 (69.53% from 255) = 50.14%
R=36.26%
G=13.60%
B=50.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128481770.280.7300.31277.2157.3344.12
Hex8030B11C4901F115392c
Octal20060261341110374257154
Binary1000000011000010110001111001001001011111100010101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8030B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8030B1; }

 p { color: rgb(128,48,177); }

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

<style>
 a { background-color: #8030B1; }

 a { background-color: rgb(128,48,177); }

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

<style>
 span { border-color: #8030B1; }

 span { border-color: rgb(128,48,177); }

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