#742E9D

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

Shades of Royal Purple #742E9D

Tints of Royal Purple #742E9D

Color information

#742E9D (or 0x742E9D) is unknown color: approx Royal Purple. HEX triplet: 74, 2E and 9D. RGB value is (116,46,157). Sum of RGB (Red+Green+Blue) = 116+46+157=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #742E9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742E9D is #8BD162. Grayscale: #4F4F4F. Windows color (decimal): -9163107 or 10301044. OLE color: 10301044.

HSL color Cylindrical-coordinate representation of color #742E9D: hue angle of 277.84º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #742E9D is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11646157-
CMYK0.260.7100.38
HSL277.84º54.68%39.8%-
HSV(B)277.84º70.7%61.57%-
XYZ14.278.132.71-
YUV79.58171.69153.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.36%
GREEN value IS 46 (18.36% from 255) = 14.42%
BLUE value IS 157 (61.72% from 255) = 49.22%
R=36.36%
G=14.42%
B=49.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116461570.260.7100.38277.8454.6839.8
Hex742E9D1A470261163728
Octal16456235321070464266750
Binary1110100101110100111011101010001110100110100010110110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742E9D; }

 p { color: rgb(116,46,157); }

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

<style>
 a { background-color: #742E9D; }

 a { background-color: rgb(116,46,157); }

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

<style>
 span { border-color: #742E9D; }

 span { border-color: rgb(116,46,157); }

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