#802EB1

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

Shades of Royal Purple #802EB1

Tints of Royal Purple #802EB1

Color information

#802EB1 (or 0x802EB1) is unknown color: approx Royal Purple. HEX triplet: 80, 2E and B1. RGB value is (128,46,177). Sum of RGB (Red+Green+Blue) = 128+46+177=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 46 (18.36% from 255 or 13.11% from 351); Blue value is 177 (69.53% from 255 or 50.43% from 351); Max value from RGB is 177 - color contains mainly: blue. Hex color #802EB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802EB1 is #7FD14E. Grayscale: #555555. Windows color (decimal): -8376655 or 11611776. OLE color: 11611776.

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

Color convert

RGB12846177-
CMYK0.280.7400.31
HSL277.56º58.74%43.73%-
HSV(B)277.56º74.01%69.41%-
XYZ17.819.7242.53-
YUV85.45179.67158.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.47%
GREEN value IS 46 (18.36% from 255) = 13.11%
BLUE value IS 177 (69.53% from 255) = 50.43%
R=36.47%
G=13.11%
B=50.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128461770.280.7400.31277.5658.7443.73
Hex802EB11C4A01F1163b2c
Octal20056261341120374267354
Binary1000000010111010110001111001001010011111100010110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802EB1; }

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

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

<style>
 a { background-color: #802EB1; }

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

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

<style>
 span { border-color: #802EB1; }

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

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