#743d9c

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

Shades of Royal Purple #743D9C

Tints of Royal Purple #743D9C

Color information

#743D9C (or 0x743D9C) is unknown color: approx Royal Purple. HEX triplet: 74, 3D and 9C. RGB value is (116,61,156). Sum of RGB (Red+Green+Blue) = 116+61+156=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #743D9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743D9C is #8BC263. Grayscale: #575757. Windows color (decimal): -9159268 or 10239348. OLE color: 10239348.

HSL color Cylindrical-coordinate representation of color #743D9C: hue angle of 274.74º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #743D9C is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11661156-
CMYK0.260.6100.39
HSL274.74º43.78%42.55%-
HSV(B)274.74º60.9%61.18%-
XYZ14.879.4532.49-
YUV88.27166.22147.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.83%
GREEN value IS 61 (24.22% from 255) = 18.32%
BLUE value IS 156 (61.33% from 255) = 46.85%
R=34.83%
G=18.32%
B=46.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116611560.260.6100.39274.7443.7842.55
Hex743D9C1A3D0271132c2b
Octal1647523432750474235453
Binary111010011110110011100110101111010100111100010011101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743d9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,61,156); }

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

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

 a { background-color: rgb(116,61,156); }

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

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

 span { border-color: rgb(116,61,156); }

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