#743C99

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

Shades of Royal Purple #743C99

Tints of Royal Purple #743C99

Color information

#743C99 (or 0x743C99) is unknown color: approx Royal Purple. HEX triplet: 74, 3C and 99. RGB value is (116,60,153). Sum of RGB (Red+Green+Blue) = 116+60+153=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #743C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743C99 is #8BC366. Grayscale: #575757. Windows color (decimal): -9159527 or 10042484. OLE color: 10042484.

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

Color convert

RGB11660153-
CMYK0.240.6100.4
HSL276.13º43.66%41.76%-
HSV(B)276.13º60.78%60%-
XYZ14.579.2431.15-
YUV87.35165.05148.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.26%
GREEN value IS 60 (23.83% from 255) = 18.24%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=35.26%
G=18.24%
B=46.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116601530.240.6100.4276.1343.6641.76
Hex743C99183D0281142c2a
Octal1647423130750504245452
Binary111010011110010011001110001111010101000100010100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743C99; }

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

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

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

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

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

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

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

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