#743f95

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

Shades of Royal Purple #743F95

Tints of Royal Purple #743F95

Color information

#743F95 (or 0x743F95) is unknown color: approx Royal Purple. HEX triplet: 74, 3F and 95. RGB value is (116,63,149). Sum of RGB (Red+Green+Blue) = 116+63+149=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #743F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743F95 is #8BC06A. Grayscale: #585858. Windows color (decimal): -9158763 or 9781108. OLE color: 9781108.

HSL color Cylindrical-coordinate representation of color #743F95: hue angle of 276.98º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #743F95 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11663149-
CMYK0.220.5800.42
HSL276.98º40.57%41.57%-
HSV(B)276.98º57.72%58.43%-
XYZ14.49.4429.5-
YUV88.65162.06147.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.37%
GREEN value IS 63 (25% from 255) = 19.21%
BLUE value IS 149 (58.59% from 255) = 45.43%
R=35.37%
G=19.21%
B=45.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116631490.220.5800.42276.9840.5741.57
Hex743F95163A02A115292a
Octal1647722526720524255152
Binary111010011111110010101101101110100101010100010101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743f95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,63,149); }

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

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

 a { background-color: rgb(116,63,149); }

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

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

 span { border-color: rgb(116,63,149); }

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