#723CAA

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

Shades of Royal Purple #723CAA

Tints of Royal Purple #723CAA

Color information

#723CAA (or 0x723CAA) is unknown color: approx Royal Purple. HEX triplet: 72, 3C and AA. RGB value is (114,60,170). Sum of RGB (Red+Green+Blue) = 114+60+170=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #723CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723CAA is #8DC355. Grayscale: #585858. Windows color (decimal): -9290582 or 11156594. OLE color: 11156594.

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

Color convert

RGB11460170-
CMYK0.330.6500.33
HSL269.45º47.83%45.1%-
HSV(B)269.45º64.71%66.67%-
XYZ15.819.7139.07-
YUV88.69173.89146.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.14%
GREEN value IS 60 (23.83% from 255) = 17.44%
BLUE value IS 170 (66.80% from 255) = 49.42%
R=33.14%
G=17.44%
B=49.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114601700.330.6500.33269.4547.8345.1
Hex723CAA214102110d302d
Octal16274252411010414156055
Binary11100101111001010101010000110000010100001100001101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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