#743FAD

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

Shades of Royal Purple #743FAD

Tints of Royal Purple #743FAD

Color information

#743FAD (or 0x743FAD) is unknown color: approx Royal Purple. HEX triplet: 74, 3F and AD. RGB value is (116,63,173). Sum of RGB (Red+Green+Blue) = 116+63+173=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #743FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743FAD is #8BC052. Grayscale: #5B5B5B. Windows color (decimal): -9158739 or 11353972. OLE color: 11353972.

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

Color convert

RGB11663173-
CMYK0.330.6400.32
HSL268.91º46.61%46.27%-
HSV(B)268.91º63.58%67.84%-
XYZ16.5210.2940.65-
YUV91.39174.06145.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.95%
GREEN value IS 63 (25% from 255) = 17.90%
BLUE value IS 173 (67.97% from 255) = 49.15%
R=32.95%
G=17.90%
B=49.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal116631730.330.6400.32268.9146.6146.27
Hex743FAD214002010d2f2e
Octal16477255411000404155756
Binary11101001111111010110110000110000000100000100001101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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