#724194

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

Shades of Royal Purple #724194

Tints of Royal Purple #724194

Color information

#724194 (or 0x724194) is unknown color: approx Royal Purple. HEX triplet: 72, 41 and 94. RGB value is (114,65,148). Sum of RGB (Red+Green+Blue) = 114+65+148=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 148 - color contains mainly: blue. Hex color #724194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724194 is #8DBE6B. Grayscale: #585858. Windows color (decimal): -9289324 or 9716082. OLE color: 9716082.

HSL color Cylindrical-coordinate representation of color #724194: hue angle of 275.42º 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 #724194 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11465148-
CMYK0.230.5600.42
HSL275.42º38.97%41.76%-
HSV(B)275.42º56.08%58.04%-
XYZ14.189.529.1-
YUV89.11161.23145.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 65 (25.78% from 255) = 19.88%
BLUE value IS 148 (58.20% from 255) = 45.26%
R=34.86%
G=19.88%
B=45.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114651480.230.5600.42275.4238.9741.76
Hex724194173802A113272a
Octal16210122427700524234752
Binary1110010100000110010100101111110000101010100010011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724194; }

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

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

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

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

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

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

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

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