#7229A0

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

Shades of Royal Purple #7229A0

Tints of Royal Purple #7229A0

Color information

#7229A0 (or 0x7229A0) is unknown color: approx Royal Purple. HEX triplet: 72, 29 and A0. RGB value is (114,41,160). Sum of RGB (Red+Green+Blue) = 114+41+160=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 160 (62.89% from 255 or 50.79% from 315); Max value from RGB is 160 - color contains mainly: blue. Hex color #7229A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7229A0 is #8DD65F. Grayscale: #4B4B4B. Windows color (decimal): -9295456 or 10496370. OLE color: 10496370.

HSL color Cylindrical-coordinate representation of color #7229A0: hue angle of 276.81º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7229A0 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11441160-
CMYK0.290.7400.37
HSL276.81º59.2%39.41%-
HSV(B)276.81º74.37%62.75%-
XYZ14.087.734-
YUV76.39175.18154.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.19%
GREEN value IS 41 (16.41% from 255) = 13.02%
BLUE value IS 160 (62.89% from 255) = 50.79%
R=36.19%
G=13.02%
B=50.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal114411600.290.7400.37276.8159.239.41
Hex7229A01D4A0251153b27
Octal16251240351120454257347
Binary1110010101001101000001110110010100100101100010101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7229A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7229A0; }

 p { color: rgb(114,41,160); }

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

<style>
 a { background-color: #7229A0; }

 a { background-color: rgb(114,41,160); }

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

<style>
 span { border-color: #7229A0; }

 span { border-color: rgb(114,41,160); }

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