#7232AC

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

Shades of Royal Purple #7232AC

Tints of Royal Purple #7232AC

Color information

#7232AC (or 0x7232AC) is unknown color: approx Royal Purple. HEX triplet: 72, 32 and AC. RGB value is (114,50,172). Sum of RGB (Red+Green+Blue) = 114+50+172=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #7232AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7232AC is #8DCD53. Grayscale: #525252. Windows color (decimal): -9293140 or 11285106. OLE color: 11285106.

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

Color convert

RGB11450172-
CMYK0.340.7100.33
HSL271.48º54.95%43.53%-
HSV(B)271.48º70.93%67.45%-
XYZ15.538.8439.92-
YUV83.04178.2150.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.93%
GREEN value IS 50 (19.92% from 255) = 14.88%
BLUE value IS 172 (67.58% from 255) = 51.19%
R=33.93%
G=14.88%
B=51.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114501720.340.7100.33271.4854.9543.53
Hex7232AC224702110f372c
Octal16262254421070414176754
Binary11100101100101010110010001010001110100001100001111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7232AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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