#724095

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

Shades of Royal Purple #724095

Tints of Royal Purple #724095

Color information

#724095 (or 0x724095) is unknown color: approx Royal Purple. HEX triplet: 72, 40 and 95. RGB value is (114,64,149). Sum of RGB (Red+Green+Blue) = 114+64+149=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #724095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724095 is #8DBF6A. Grayscale: #585858. Windows color (decimal): -9289579 or 9781362. OLE color: 9781362.

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

Color convert

RGB11464149-
CMYK0.230.5700.42
HSL275.29º39.91%41.76%-
HSV(B)275.29º57.05%58.43%-
XYZ14.29.4129.5-
YUV88.64162.06146.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 64 (25.39% from 255) = 19.57%
BLUE value IS 149 (58.59% from 255) = 45.57%
R=34.86%
G=19.57%
B=45.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114641490.230.5700.42275.2939.9141.76
Hex724095173902A113282a
Octal16210022527710524235052
Binary1110010100000010010101101111110010101010100010011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724095; }

 p { color: rgb(114,64,149); }

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

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

 a { background-color: rgb(114,64,149); }

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

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

 span { border-color: rgb(114,64,149); }

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