#743EA5

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

Shades of Royal Purple #743EA5

Tints of Royal Purple #743EA5

Color information

#743EA5 (or 0x743EA5) is unknown color: approx Royal Purple. HEX triplet: 74, 3E and A5. RGB value is (116,62,165). Sum of RGB (Red+Green+Blue) = 116+62+165=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 165 (64.84% from 255 or 48.10% from 343); Max value from RGB is 165 - color contains mainly: blue. Hex color #743EA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743EA5 is #8BC15A. Grayscale: #595959. Windows color (decimal): -9159003 or 10829428. OLE color: 10829428.

HSL color Cylindrical-coordinate representation of color #743EA5: hue angle of 271.46º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #743EA5 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11662165-
CMYK0.300.6200.35
HSL271.46º45.37%44.51%-
HSV(B)271.46º62.42%64.71%-
XYZ15.729.8736.67-
YUV89.89170.39146.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.82%
GREEN value IS 62 (24.61% from 255) = 18.08%
BLUE value IS 165 (64.84% from 255) = 48.10%
R=33.82%
G=18.08%
B=48.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal116621650.300.6200.35271.4645.3744.51
Hex743EA51E3E02310f2d2d
Octal1647624536760434175555
Binary111010011111010100101111101111100100011100001111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,62,165); }

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

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

 a { background-color: rgb(116,62,165); }

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

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

 span { border-color: rgb(116,62,165); }

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