#722FAA

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

Shades of Royal Purple #722FAA

Tints of Royal Purple #722FAA

Color information

#722FAA (or 0x722FAA) is unknown color: approx Royal Purple. HEX triplet: 72, 2F and AA. RGB value is (114,47,170). Sum of RGB (Red+Green+Blue) = 114+47+170=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #722FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722FAA is #8DD055. Grayscale: #505050. Windows color (decimal): -9293910 or 11153266. OLE color: 11153266.

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

Color convert

RGB11447170-
CMYK0.330.7200.33
HSL272.68º56.68%42.55%-
HSV(B)272.68º72.35%66.67%-
XYZ15.218.5138.87-
YUV81.05178.2151.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.44%
GREEN value IS 47 (18.75% from 255) = 14.20%
BLUE value IS 170 (66.80% from 255) = 51.36%
R=34.44%
G=14.20%
B=51.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114471700.330.7200.33272.6856.6842.55
Hex722FAA2148021111392b
Octal16257252411100414217153
Binary11100101011111010101010000110010000100001100010001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722FAA; }

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

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

<style>
 a { background-color: #722FAA; }

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

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

<style>
 span { border-color: #722FAA; }

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

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