#722F9B

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

Shades of Royal Purple #722F9B

Tints of Royal Purple #722F9B

Color information

#722F9B (or 0x722F9B) is unknown color: approx Royal Purple. HEX triplet: 72, 2F and 9B. RGB value is (114,47,155). Sum of RGB (Red+Green+Blue) = 114+47+155=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #722F9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722F9B is #8DD064. Grayscale: #4E4E4E. Windows color (decimal): -9293925 or 10170226. OLE color: 10170226.

HSL color Cylindrical-coordinate representation of color #722F9B: hue angle of 277.22º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #722F9B is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11447155-
CMYK0.260.7000.39
HSL277.22º53.47%39.61%-
HSV(B)277.22º69.68%60.78%-
XYZ13.877.9831.82-
YUV79.34170.7152.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.08%
GREEN value IS 47 (18.75% from 255) = 14.87%
BLUE value IS 155 (60.94% from 255) = 49.05%
R=36.08%
G=14.87%
B=49.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal114471550.260.7000.39277.2253.4739.61
Hex722F9B1A460271153528
Octal16257233321060474256550
Binary1110010101111100110111101010001100100111100010101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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