#7B33AB

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

Shades of Royal Purple #7B33AB

Tints of Royal Purple #7B33AB

Color information

#7B33AB (or 0x7B33AB) is unknown color: approx Royal Purple. HEX triplet: 7B, 33 and AB. RGB value is (123,51,171). Sum of RGB (Red+Green+Blue) = 123+51+171=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B33AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B33AB is #84CC54. Grayscale: #555555. Windows color (decimal): -8703061 or 11219835. OLE color: 11219835.

HSL color Cylindrical-coordinate representation of color #7B33AB: hue angle of 276º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B33AB is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12351171-
CMYK0.280.7000.33
HSL276º54.05%43.53%-
HSV(B)276º70.18%67.06%-
XYZ16.79.5239.49-
YUV86.21175.85154.24-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.65%
GREEN value IS 51 (20.31% from 255) = 14.78%
BLUE value IS 171 (67.19% from 255) = 49.57%
R=35.65%
G=14.78%
B=49.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal123511710.280.7000.3327654.0543.53
Hex7B33AB1C46021114362c
Octal17363253341060414246654
Binary1111011110011101010111110010001100100001100010100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B33AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,51,171); }

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

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

 a { background-color: rgb(123,51,171); }

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

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

 span { border-color: rgb(123,51,171); }

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