#722A9C

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

Shades of Royal Purple #722A9C

Tints of Royal Purple #722A9C

Color information

#722A9C (or 0x722A9C) is unknown color: approx Royal Purple. HEX triplet: 72, 2A and 9C. RGB value is (114,42,156). Sum of RGB (Red+Green+Blue) = 114+42+156=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #722A9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722A9C is #8DD563. Grayscale: #4C4C4C. Windows color (decimal): -9295204 or 10234482. OLE color: 10234482.

HSL color Cylindrical-coordinate representation of color #722A9C: hue angle of 277.89º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #722A9C is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11442156-
CMYK0.270.7300.39
HSL277.89º57.58%38.82%-
HSV(B)277.89º73.08%61.18%-
XYZ13.777.6332.2-
YUV76.52172.85154.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.54%
GREEN value IS 42 (16.80% from 255) = 13.46%
BLUE value IS 156 (61.33% from 255) = 50%
R=36.54%
G=13.46%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal114421560.270.7300.39277.8957.5838.82
Hex722A9C1B490271163a27
Octal16252234331110474267247
Binary1110010101010100111001101110010010100111100010110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,42,156); }

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

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

 a { background-color: rgb(114,42,156); }

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

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

 span { border-color: rgb(114,42,156); }

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