#744094

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

Shades of Royal Purple #744094

Tints of Royal Purple #744094

Color information

#744094 (or 0x744094) is unknown color: approx Royal Purple. HEX triplet: 74, 40 and 94. RGB value is (116,64,148). Sum of RGB (Red+Green+Blue) = 116+64+148=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #744094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744094 is #8BBF6B. Grayscale: #585858. Windows color (decimal): -9158508 or 9715828. OLE color: 9715828.

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

Color convert

RGB11664148-
CMYK0.220.5700.42
HSL277.14º39.62%41.57%-
HSV(B)277.14º56.76%58.04%-
XYZ14.389.5229.1-
YUV89.12161.23147.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.37%
GREEN value IS 64 (25.39% from 255) = 19.51%
BLUE value IS 148 (58.20% from 255) = 45.12%
R=35.37%
G=19.51%
B=45.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116641480.220.5700.42277.1439.6241.57
Hex744094163902A115282a
Octal16410022426710524255052
Binary1110100100000010010100101101110010101010100010101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744094; }

 p { color: rgb(116,64,148); }

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

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

 a { background-color: rgb(116,64,148); }

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

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

 span { border-color: rgb(116,64,148); }

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