#743599

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

Shades of Royal Purple #743599

Tints of Royal Purple #743599

Color information

#743599 (or 0x743599) is unknown color: approx Royal Purple. HEX triplet: 74, 35 and 99. RGB value is (116,53,153). Sum of RGB (Red+Green+Blue) = 116+53+153=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #743599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743599 is #8BCA66. Grayscale: #525252. Windows color (decimal): -9161319 or 10040692. OLE color: 10040692.

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

Color convert

RGB11653153-
CMYK0.240.6500.4
HSL277.8º48.54%40.39%-
HSV(B)277.8º65.36%60%-
XYZ14.238.5631.04-
YUV83.24167.37151.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.02%
GREEN value IS 53 (21.09% from 255) = 16.46%
BLUE value IS 153 (60.16% from 255) = 47.52%
R=36.02%
G=16.46%
B=47.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116531530.240.6500.4277.848.5440.39
Hex74359918410281163128
Octal16465231301010504266150
Binary1110100110101100110011100010000010101000100010110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743599; }

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

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

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

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

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

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

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

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