#7B28AE

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

Shades of Royal Purple #7B28AE

Tints of Royal Purple #7B28AE

Color information

#7B28AE (or 0x7B28AE) is unknown color: approx Royal Purple. HEX triplet: 7B, 28 and AE. RGB value is (123,40,174). Sum of RGB (Red+Green+Blue) = 123+40+174=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B28AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B28AE is #84D751. Grayscale: #4F4F4F. Windows color (decimal): -8705874 or 11413627. OLE color: 11413627.

HSL color Cylindrical-coordinate representation of color #7B28AE: hue angle of 277.16º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B28AE is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12340174-
CMYK0.290.7700.32
HSL277.16º62.62%41.96%-
HSV(B)277.16º77.01%68.24%-
XYZ16.578.7840.87-
YUV80.09181158.6-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.50%
GREEN value IS 40 (16.02% from 255) = 11.87%
BLUE value IS 174 (68.36% from 255) = 51.63%
R=36.50%
G=11.87%
B=51.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123401740.290.7700.32277.1662.6241.96
Hex7B28AE1D4D0201153f2a
Octal17350256351150404257752
Binary1111011101000101011101110110011010100000100010101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B28AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,40,174); }

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

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

 a { background-color: rgb(123,40,174); }

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

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

 span { border-color: rgb(123,40,174); }

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