#743EAB

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

Shades of Royal Purple #743EAB

Tints of Royal Purple #743EAB

Color information

#743EAB (or 0x743EAB) is unknown color: approx Royal Purple. HEX triplet: 74, 3E and AB. RGB value is (116,62,171). Sum of RGB (Red+Green+Blue) = 116+62+171=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #743EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743EAB is #8BC154. Grayscale: #5A5A5A. Windows color (decimal): -9158997 or 11222644. OLE color: 11222644.

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

Color convert

RGB11662171-
CMYK0.320.6400.33
HSL269.72º46.78%45.69%-
HSV(B)269.72º63.74%67.06%-
XYZ16.2810.139.62-
YUV90.57173.39146.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.24%
GREEN value IS 62 (24.61% from 255) = 17.77%
BLUE value IS 171 (67.19% from 255) = 49.00%
R=33.24%
G=17.77%
B=49.00%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116621710.320.6400.33269.7246.7845.69
Hex743EAB204002110e2f2e
Octal16476253401000414165756
Binary11101001111101010101110000010000000100001100001110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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