#724193

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

Shades of Royal Purple #724193

Tints of Royal Purple #724193

Color information

#724193 (or 0x724193) is unknown color: approx Royal Purple. HEX triplet: 72, 41 and 93. RGB value is (114,65,147). Sum of RGB (Red+Green+Blue) = 114+65+147=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #724193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724193 is #8DBE6C. Grayscale: #585858. Windows color (decimal): -9289325 or 9650546. OLE color: 9650546.

HSL color Cylindrical-coordinate representation of color #724193: hue angle of 275.85º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #724193 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11465147-
CMYK0.220.5600.42
HSL275.85º38.68%41.57%-
HSV(B)275.85º55.78%57.65%-
XYZ14.19.4628.69-
YUV89160.73145.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.97%
GREEN value IS 65 (25.78% from 255) = 19.94%
BLUE value IS 147 (57.81% from 255) = 45.09%
R=34.97%
G=19.94%
B=45.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114651470.220.5600.42275.8538.6841.57
Hex724193163802A114272a
Octal16210122326700524244752
Binary1110010100000110010011101101110000101010100010100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724193; }

 p { color: rgb(114,65,147); }

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

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

 a { background-color: rgb(114,65,147); }

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

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

 span { border-color: rgb(114,65,147); }

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