#743CA8

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

Shades of Royal Purple #743CA8

Tints of Royal Purple #743CA8

Color information

#743CA8 (or 0x743CA8) is unknown color: approx Royal Purple. HEX triplet: 74, 3C and A8. RGB value is (116,60,168). Sum of RGB (Red+Green+Blue) = 116+60+168=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 168 (66.02% from 255 or 48.84% from 344); Max value from RGB is 168 - color contains mainly: blue. Hex color #743CA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743CA8 is #8BC357. Grayscale: #585858. Windows color (decimal): -9159512 or 11025524. OLE color: 11025524.

HSL color Cylindrical-coordinate representation of color #743CA8: hue angle of 271.11º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #743CA8 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11660168-
CMYK0.310.6400.34
HSL271.11º47.37%44.71%-
HSV(B)271.11º64.29%65.88%-
XYZ15.899.7738.09-
YUV89.06172.55147.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 60 (23.83% from 255) = 17.44%
BLUE value IS 168 (66.02% from 255) = 48.84%
R=33.72%
G=17.44%
B=48.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal116601680.310.6400.34271.1147.3744.71
Hex743CA81F4002210f2f2d
Octal16474250371000424175755
Binary1110100111100101010001111110000000100010100001111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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