#7B36AD

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

Shades of Royal Purple #7B36AD

Tints of Royal Purple #7B36AD

Color information

#7B36AD (or 0x7B36AD) is unknown color: approx Royal Purple. HEX triplet: 7B, 36 and AD. RGB value is (123,54,173). Sum of RGB (Red+Green+Blue) = 123+54+173=350 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.14% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B36AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B36AD is #84C952. Grayscale: #575757. Windows color (decimal): -8702291 or 11351675. OLE color: 11351675.

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

Color convert

RGB12354173-
CMYK0.290.6900.32
HSL274.79º52.42%44.51%-
HSV(B)274.79º68.79%67.84%-
XYZ17.039.8740.54-
YUV88.2175.86152.82-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.14%
GREEN value IS 54 (21.48% from 255) = 15.43%
BLUE value IS 173 (67.97% from 255) = 49.43%
R=35.14%
G=15.43%
B=49.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123541730.290.6900.32274.7952.4244.51
Hex7B36AD1D45020113342d
Octal17366255351050404236455
Binary1111011110110101011011110110001010100000100010011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B36AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,54,173); }

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

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

 a { background-color: rgb(123,54,173); }

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

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

 span { border-color: rgb(123,54,173); }

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