#812FB1

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

Shades of Royal Purple #812FB1

Tints of Royal Purple #812FB1

Color information

#812FB1 (or 0x812FB1) is unknown color: approx Royal Purple. HEX triplet: 81, 2F and B1. RGB value is (129,47,177). Sum of RGB (Red+Green+Blue) = 129+47+177=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 47 (18.75% from 255 or 13.31% 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 #812FB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812FB1 is #7ED04E. Grayscale: #555555. Windows color (decimal): -8310863 or 11612033. OLE color: 11612033.

HSL color Cylindrical-coordinate representation of color #812FB1: hue angle of 277.85º degrees, saturation: 0.58, 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 #812FB1 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12947177-
CMYK0.270.7300.31
HSL277.85º58.04%43.92%-
HSV(B)277.85º73.45%69.41%-
XYZ18.019.8742.55-
YUV86.34179.17158.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.54%
GREEN value IS 47 (18.75% from 255) = 13.31%
BLUE value IS 177 (69.53% from 255) = 50.14%
R=36.54%
G=13.31%
B=50.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129471770.270.7300.31277.8558.0443.92
Hex812FB11B4901F1163a2c
Octal20157261331110374267254
Binary1000000110111110110001110111001001011111100010110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812FB1; }

 p { color: rgb(129,47,177); }

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

<style>
 a { background-color: #812FB1; }

 a { background-color: rgb(129,47,177); }

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

<style>
 span { border-color: #812FB1; }

 span { border-color: rgb(129,47,177); }

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