#743DA1

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

Shades of Royal Purple #743DA1

Tints of Royal Purple #743DA1

Color information

#743DA1 (or 0x743DA1) is unknown color: approx Royal Purple. HEX triplet: 74, 3D and A1. RGB value is (116,61,161). Sum of RGB (Red+Green+Blue) = 116+61+161=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 161 (63.28% from 255 or 47.63% from 338); Max value from RGB is 161 - color contains mainly: blue. Hex color #743DA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743DA1 is #8BC25E. Grayscale: #585858. Windows color (decimal): -9159263 or 10567028. OLE color: 10567028.

HSL color Cylindrical-coordinate representation of color #743DA1: hue angle of 273º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #743DA1 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11661161-
CMYK0.280.6200.37
HSL273º45.05%43.53%-
HSV(B)273º62.11%63.14%-
XYZ15.39.6234.77-
YUV88.84168.72147.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 61 (24.22% from 255) = 18.05%
BLUE value IS 161 (63.28% from 255) = 47.63%
R=34.32%
G=18.05%
B=47.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal116611610.280.6200.3727345.0543.53
Hex743DA11C3E0251112d2c
Octal1647524134760454215554
Binary111010011110110100001111001111100100101100010001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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