#723AA6

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

Shades of Royal Purple #723AA6

Tints of Royal Purple #723AA6

Color information

#723AA6 (or 0x723AA6) is unknown color: approx Royal Purple. HEX triplet: 72, 3A and A6. RGB value is (114,58,166). Sum of RGB (Red+Green+Blue) = 114+58+166=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 166 (65.23% from 255 or 49.11% from 338); Max value from RGB is 166 - color contains mainly: blue. Hex color #723AA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723AA6 is #8DC559. Grayscale: #565656. Windows color (decimal): -9291098 or 10893938. OLE color: 10893938.

HSL color Cylindrical-coordinate representation of color #723AA6: hue angle of 271.11º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #723AA6 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11458166-
CMYK0.310.6500.35
HSL271.11º48.21%43.92%-
HSV(B)271.11º65.06%65.1%-
XYZ15.349.3637.07-
YUV87.06172.55147.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.73%
GREEN value IS 58 (23.05% from 255) = 17.16%
BLUE value IS 166 (65.23% from 255) = 49.11%
R=33.73%
G=17.16%
B=49.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal114581660.310.6500.35271.1148.2143.92
Hex723AA61F4102310f302c
Octal16272246371010434176054
Binary1110010111010101001101111110000010100011100001111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723AA6; }

 p { color: rgb(114,58,166); }

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

<style>
 a { background-color: #723AA6; }

 a { background-color: rgb(114,58,166); }

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

<style>
 span { border-color: #723AA6; }

 span { border-color: rgb(114,58,166); }

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