#7236AC

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

Shades of Royal Purple #7236AC

Tints of Royal Purple #7236AC

Color information

#7236AC (or 0x7236AC) is unknown color: approx Royal Purple. HEX triplet: 72, 36 and AC. RGB value is (114,54,172). Sum of RGB (Red+Green+Blue) = 114+54+172=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #7236AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7236AC is #8DC953. Grayscale: #545454. Windows color (decimal): -9292116 or 11286130. OLE color: 11286130.

HSL color Cylindrical-coordinate representation of color #7236AC: hue angle of 270.51º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7236AC is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11454172-
CMYK0.340.6900.33
HSL270.51º52.21%44.31%-
HSV(B)270.51º68.6%67.45%-
XYZ15.79.1939.98-
YUV85.39176.88148.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.53%
GREEN value IS 54 (21.48% from 255) = 15.88%
BLUE value IS 172 (67.58% from 255) = 50.59%
R=33.53%
G=15.88%
B=50.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114541720.340.6900.33270.5152.2144.31
Hex7236AC224502110f342c
Octal16266254421050414176454
Binary11100101101101010110010001010001010100001100001111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7236AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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