#743CA2

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

Shades of Royal Purple #743CA2

Tints of Royal Purple #743CA2

Color information

#743CA2 (or 0x743CA2) is unknown color: approx Royal Purple. HEX triplet: 74, 3C and A2. RGB value is (116,60,162). Sum of RGB (Red+Green+Blue) = 116+60+162=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 162 (63.67% from 255 or 47.93% from 338); Max value from RGB is 162 - color contains mainly: blue. Hex color #743CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743CA2 is #8BC35D. Grayscale: #585858. Windows color (decimal): -9159518 or 10632308. OLE color: 10632308.

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

Color convert

RGB11660162-
CMYK0.280.6300.36
HSL272.94º45.95%43.53%-
HSV(B)272.94º62.96%63.53%-
XYZ15.349.5535.22-
YUV88.37169.55147.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 60 (23.83% from 255) = 17.75%
BLUE value IS 162 (63.67% from 255) = 47.93%
R=34.32%
G=17.75%
B=47.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116601620.280.6300.36272.9445.9543.53
Hex743CA21C3F0241112e2c
Octal1647424234770444215654
Binary111010011110010100010111001111110100100100010001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,60,162); }

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

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

 a { background-color: rgb(116,60,162); }

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

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

 span { border-color: rgb(116,60,162); }

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