#743499

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

Shades of Royal Purple #743499

Tints of Royal Purple #743499

Color information

#743499 (or 0x743499) is unknown color: approx Royal Purple. HEX triplet: 74, 34 and 99. RGB value is (116,52,153). Sum of RGB (Red+Green+Blue) = 116+52+153=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #743499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743499 is #8BCB66. Grayscale: #525252. Windows color (decimal): -9161575 or 10040436. OLE color: 10040436.

HSL color Cylindrical-coordinate representation of color #743499: hue angle of 278.02º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #743499 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11652153-
CMYK0.240.6600.4
HSL278.02º49.27%40.2%-
HSV(B)278.02º66.01%60%-
XYZ14.188.4731.02-
YUV82.65167.7151.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 52 (20.70% from 255) = 16.20%
BLUE value IS 153 (60.16% from 255) = 47.66%
R=36.14%
G=16.20%
B=47.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116521530.240.6600.4278.0249.2740.2
Hex74349918420281163128
Octal16464231301020504266150
Binary1110100110100100110011100010000100101000100010110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743499; }

 p { color: rgb(116,52,153); }

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

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

 a { background-color: rgb(116,52,153); }

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

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

 span { border-color: rgb(116,52,153); }

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