#7223AA

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

Shades of Royal Purple #7223AA

Tints of Royal Purple #7223AA

Color information

#7223AA (or 0x7223AA) is unknown color: approx Royal Purple. HEX triplet: 72, 23 and AA. RGB value is (114,35,170). Sum of RGB (Red+Green+Blue) = 114+35+170=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #7223AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7223AA is #8DDC55. Grayscale: #494949. Windows color (decimal): -9296982 or 11150194. OLE color: 11150194.

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

Color convert

RGB11435170-
CMYK0.330.7900.33
HSL275.11º65.85%40.2%-
HSV(B)275.11º79.41%66.67%-
XYZ14.87.6838.73-
YUV74.01182.17156.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.74%
GREEN value IS 35 (14.06% from 255) = 10.97%
BLUE value IS 170 (66.80% from 255) = 53.29%
R=35.74%
G=10.97%
B=53.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114351700.330.7900.33275.1165.8540.2
Hex7223AA214F0211134228
Octal162432524111704142310250
Binary111001010001110101010100001100111101000011000100111000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7223AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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