#743999

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

Shades of Royal Purple #743999

Tints of Royal Purple #743999

Color information

#743999 (or 0x743999) is unknown color: approx Royal Purple. HEX triplet: 74, 39 and 99. RGB value is (116,57,153). Sum of RGB (Red+Green+Blue) = 116+57+153=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #743999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743999 is #8BC666. Grayscale: #555555. Windows color (decimal): -9160295 or 10041716. OLE color: 10041716.

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

Color convert

RGB11657153-
CMYK0.240.6300.4
HSL276.88º45.71%41.18%-
HSV(B)276.88º62.75%60%-
XYZ14.428.9431.1-
YUV85.58166.05149.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.58%
GREEN value IS 57 (22.66% from 255) = 17.48%
BLUE value IS 153 (60.16% from 255) = 46.93%
R=35.58%
G=17.48%
B=46.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116571530.240.6300.4276.8845.7141.18
Hex743999183F0281152e29
Octal1647123130770504255651
Binary111010011100110011001110001111110101000100010101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743999; }

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

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

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

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

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

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

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

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