#7231A4

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

Shades of Royal Purple #7231A4

Tints of Royal Purple #7231A4

Color information

#7231A4 (or 0x7231A4) is unknown color: approx Royal Purple. HEX triplet: 72, 31 and A4. RGB value is (114,49,164). Sum of RGB (Red+Green+Blue) = 114+49+164=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 164 (64.45% from 255 or 50.15% from 327); Max value from RGB is 164 - color contains mainly: blue. Hex color #7231A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7231A4 is #8DCE5B. Grayscale: #515151. Windows color (decimal): -9293404 or 10760562. OLE color: 10760562.

HSL color Cylindrical-coordinate representation of color #7231A4: hue angle of 273.91º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7231A4 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11449164-
CMYK0.300.7000.36
HSL273.91º53.99%41.76%-
HSV(B)273.91º70.12%64.31%-
XYZ14.748.4535.98-
YUV81.54174.53151.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 49 (19.53% from 255) = 14.98%
BLUE value IS 164 (64.45% from 255) = 50.15%
R=34.86%
G=14.98%
B=50.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal114491640.300.7000.36273.9153.9941.76
Hex7231A41E46024112362a
Octal16261244361060444226652
Binary1110010110001101001001111010001100100100100010010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7231A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7231A4; }

 p { color: rgb(114,49,164); }

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

<style>
 a { background-color: #7231A4; }

 a { background-color: rgb(114,49,164); }

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

<style>
 span { border-color: #7231A4; }

 span { border-color: rgb(114,49,164); }

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