#7236AD

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

Shades of Royal Purple #7236AD

Tints of Royal Purple #7236AD

Color information

#7236AD (or 0x7236AD) is unknown color: approx Royal Purple. HEX triplet: 72, 36 and AD. RGB value is (114,54,173). Sum of RGB (Red+Green+Blue) = 114+54+173=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #7236AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7236AD is #8DC952. Grayscale: #555555. Windows color (decimal): -9292115 or 11351666. OLE color: 11351666.

HSL color Cylindrical-coordinate representation of color #7236AD: hue angle of 270.25º 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 #7236AD is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11454173-
CMYK0.340.6900.32
HSL270.25º52.42%44.51%-
HSV(B)270.25º68.79%67.84%-
XYZ15.89.2340.48-
YUV85.51177.38148.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.43%
GREEN value IS 54 (21.48% from 255) = 15.84%
BLUE value IS 173 (67.97% from 255) = 50.73%
R=33.43%
G=15.84%
B=50.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal114541730.340.6900.32270.2552.4244.51
Hex7236AD224502010e342d
Octal16266255421050404166455
Binary11100101101101010110110001010001010100000100001110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7236AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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