#7231AA

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

Shades of Royal Purple #7231AA

Tints of Royal Purple #7231AA

Color information

#7231AA (or 0x7231AA) is unknown color: approx Royal Purple. HEX triplet: 72, 31 and AA. RGB value is (114,49,170). Sum of RGB (Red+Green+Blue) = 114+49+170=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #7231AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7231AA is #8DCE55. Grayscale: #515151. Windows color (decimal): -9293398 or 11153778. OLE color: 11153778.

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

Color convert

RGB11449170-
CMYK0.330.7100.33
HSL272.23º55.25%42.94%-
HSV(B)272.23º71.18%66.67%-
XYZ15.298.6838.9-
YUV82.23177.53150.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.23%
GREEN value IS 49 (19.53% from 255) = 14.71%
BLUE value IS 170 (66.80% from 255) = 51.05%
R=34.23%
G=14.71%
B=51.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114491700.330.7100.33272.2355.2542.94
Hex7231AA2147021110372b
Octal16261252411070414206753
Binary11100101100011010101010000110001110100001100010000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7231AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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