#7B27AE

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

Shades of Royal Purple #7B27AE

Tints of Royal Purple #7B27AE

Color information

#7B27AE (or 0x7B27AE) is unknown color: approx Royal Purple. HEX triplet: 7B, 27 and AE. RGB value is (123,39,174). Sum of RGB (Red+Green+Blue) = 123+39+174=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B27AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B27AE is #84D851. Grayscale: #4F4F4F. Windows color (decimal): -8706130 or 11413371. OLE color: 11413371.

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

Color convert

RGB12339174-
CMYK0.290.7800.32
HSL277.33º63.38%41.76%-
HSV(B)277.33º77.59%68.24%-
XYZ16.538.7240.86-
YUV79.51181.33159.02-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.61%
GREEN value IS 39 (15.62% from 255) = 11.61%
BLUE value IS 174 (68.36% from 255) = 51.79%
R=36.61%
G=11.61%
B=51.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123391740.290.7800.32277.3363.3841.76
Hex7B27AE1D4E0201153f2a
Octal17347256351160404257752
Binary1111011100111101011101110110011100100000100010101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B27AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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