#7236A1

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

Shades of Royal Purple #7236A1

Tints of Royal Purple #7236A1

Color information

#7236A1 (or 0x7236A1) is unknown color: approx Royal Purple. HEX triplet: 72, 36 and A1. RGB value is (114,54,161). Sum of RGB (Red+Green+Blue) = 114+54+161=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 161 (63.28% from 255 or 48.94% from 329); Max value from RGB is 161 - color contains mainly: blue. Hex color #7236A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7236A1 is #8DC95E. Grayscale: #535353. Windows color (decimal): -9292127 or 10565234. OLE color: 10565234.

HSL color Cylindrical-coordinate representation of color #7236A1: hue angle of 273.64º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7236A1 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11454161-
CMYK0.290.6600.37
HSL273.64º49.77%42.16%-
HSV(B)273.64º66.46%63.14%-
XYZ14.698.7934.64-
YUV84.14171.38149.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.65%
GREEN value IS 54 (21.48% from 255) = 16.41%
BLUE value IS 161 (63.28% from 255) = 48.94%
R=34.65%
G=16.41%
B=48.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal114541610.290.6600.37273.6449.7742.16
Hex7236A11D42025112322a
Octal16266241351020454226252
Binary1110010110110101000011110110000100100101100010010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7236A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7236A1; }

 p { color: rgb(114,54,161); }

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

<style>
 a { background-color: #7236A1; }

 a { background-color: rgb(114,54,161); }

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

<style>
 span { border-color: #7236A1; }

 span { border-color: rgb(114,54,161); }

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