#7B2CB1

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

Shades of Royal Purple #7B2CB1

Tints of Royal Purple #7B2CB1

Color information

#7B2CB1 (or 0x7B2CB1) is unknown color: approx Royal Purple. HEX triplet: 7B, 2C and B1. RGB value is (123,44,177). Sum of RGB (Red+Green+Blue) = 123+44+177=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 177 (69.53% from 255 or 51.45% from 344); Max value from RGB is 177 - color contains mainly: blue. Hex color #7B2CB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2CB1 is #84D34E. Grayscale: #525252. Windows color (decimal): -8704847 or 11611259. OLE color: 11611259.

HSL color Cylindrical-coordinate representation of color #7B2CB1: hue angle of 275.64º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B2CB1 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12344177-
CMYK0.310.7500.31
HSL275.64º60.18%43.33%-
HSV(B)275.64º75.14%69.41%-
XYZ179.1942.47-
YUV82.78181.17156.69-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.76%
GREEN value IS 44 (17.58% from 255) = 12.79%
BLUE value IS 177 (69.53% from 255) = 51.45%
R=35.76%
G=12.79%
B=51.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal123441770.310.7500.31275.6460.1843.33
Hex7B2CB11F4B01F1143c2b
Octal17354261371130374247453
Binary111101110110010110001111111001011011111100010100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B2CB1; }

 p { color: rgb(123,44,177); }

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

<style>
 a { background-color: #7B2CB1; }

 a { background-color: rgb(123,44,177); }

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

<style>
 span { border-color: #7B2CB1; }

 span { border-color: rgb(123,44,177); }

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