#743CAD

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

Shades of Royal Purple #743CAD

Tints of Royal Purple #743CAD

Color information

#743CAD (or 0x743CAD) is unknown color: approx Royal Purple. HEX triplet: 74, 3C and AD. RGB value is (116,60,173). Sum of RGB (Red+Green+Blue) = 116+60+173=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #743CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743CAD is #8BC352. Grayscale: #595959. Windows color (decimal): -9159507 or 11353204. OLE color: 11353204.

HSL color Cylindrical-coordinate representation of color #743CAD: hue angle of 269.73º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #743CAD is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11660173-
CMYK0.330.6500.32
HSL269.73º48.5%45.69%-
HSV(B)269.73º65.32%67.84%-
XYZ16.369.9640.6-
YUV89.63175.05146.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.24%
GREEN value IS 60 (23.83% from 255) = 17.19%
BLUE value IS 173 (67.97% from 255) = 49.57%
R=33.24%
G=17.19%
B=49.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal116601730.330.6500.32269.7348.545.69
Hex743CAD214102010e302e
Octal16474255411010404166056
Binary11101001111001010110110000110000010100000100001110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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