#743AA4

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

Shades of Royal Purple #743AA4

Tints of Royal Purple #743AA4

Color information

#743AA4 (or 0x743AA4) is unknown color: approx Royal Purple. HEX triplet: 74, 3A and A4. RGB value is (116,58,164). Sum of RGB (Red+Green+Blue) = 116+58+164=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 164 (64.45% from 255 or 48.52% from 338); Max value from RGB is 164 - color contains mainly: blue. Hex color #743AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743AA4 is #8BC55B. Grayscale: #575757. Windows color (decimal): -9160028 or 10762868. OLE color: 10762868.

HSL color Cylindrical-coordinate representation of color #743AA4: hue angle of 272.83º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #743AA4 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11658164-
CMYK0.290.6500.36
HSL272.83º47.75%43.53%-
HSV(B)272.83º64.63%64.31%-
XYZ15.429.4236.13-
YUV87.43171.22148.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 58 (23.05% from 255) = 17.16%
BLUE value IS 164 (64.45% from 255) = 48.52%
R=34.32%
G=17.16%
B=48.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116581640.290.6500.36272.8347.7543.53
Hex743AA41D41024111302c
Octal16472244351010444216054
Binary1110100111010101001001110110000010100100100010001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,58,164); }

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

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

 a { background-color: rgb(116,58,164); }

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

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

 span { border-color: rgb(116,58,164); }

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