#744093

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

Shades of Royal Purple #744093

Tints of Royal Purple #744093

Color information

#744093 (or 0x744093) is unknown color: approx Royal Purple. HEX triplet: 74, 40 and 93. RGB value is (116,64,147). Sum of RGB (Red+Green+Blue) = 116+64+147=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #744093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744093 is #8BBF6C. Grayscale: #585858. Windows color (decimal): -9158509 or 9650292. OLE color: 9650292.

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

Color convert

RGB11664147-
CMYK0.210.5600.42
HSL277.59º39.34%41.37%-
HSV(B)277.59º56.46%57.65%-
XYZ14.39.4928.68-
YUV89.01160.73147.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.47%
GREEN value IS 64 (25.39% from 255) = 19.57%
BLUE value IS 147 (57.81% from 255) = 44.95%
R=35.47%
G=19.57%
B=44.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116641470.210.5600.42277.5939.3441.37
Hex744093153802A1162729
Octal16410022325700524264751
Binary1110100100000010010011101011110000101010100010110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744093; }

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

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

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

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

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

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

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

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