#743CAA

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

Shades of Royal Purple #743CAA

Tints of Royal Purple #743CAA

Color information

#743CAA (or 0x743CAA) is unknown color: approx Royal Purple. HEX triplet: 74, 3C and AA. RGB value is (116,60,170). Sum of RGB (Red+Green+Blue) = 116+60+170=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #743CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743CAA is #8BC355. Grayscale: #585858. Windows color (decimal): -9159510 or 11156596. OLE color: 11156596.

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

Color convert

RGB11660170-
CMYK0.320.6500.33
HSL270.55º47.83%45.1%-
HSV(B)270.55º64.71%66.67%-
XYZ16.079.8539.08-
YUV89.28173.55147.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 60 (23.83% from 255) = 17.34%
BLUE value IS 170 (66.80% from 255) = 49.13%
R=33.53%
G=17.34%
B=49.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116601700.320.6500.33270.5547.8345.1
Hex743CAA204102110f302d
Octal16474252401010414176055
Binary11101001111001010101010000010000010100001100001111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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