#724296

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

Shades of Royal Purple #724296

Tints of Royal Purple #724296

Color information

#724296 (or 0x724296) is unknown color: approx Royal Purple. HEX triplet: 72, 42 and 96. RGB value is (114,66,150). Sum of RGB (Red+Green+Blue) = 114+66+150=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #724296 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724296 is #8DBD69. Grayscale: #595959. Windows color (decimal): -9289066 or 9847410. OLE color: 9847410.

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

Color convert

RGB11466150-
CMYK0.240.5600.41
HSL274.29º38.89%42.35%-
HSV(B)274.29º56%58.82%-
XYZ14.399.6829.96-
YUV89.93161.9145.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.55%
GREEN value IS 66 (26.17% from 255) = 20%
BLUE value IS 150 (58.98% from 255) = 45.45%
R=34.55%
G=20%
B=45.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114661500.240.5600.41274.2938.8942.35
Hex7242961838029112272a
Octal16210222630700514224752
Binary1110010100001010010110110001110000101001100010010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724296; }

 p { color: rgb(114,66,150); }

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

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

 a { background-color: rgb(114,66,150); }

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

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

 span { border-color: rgb(114,66,150); }

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