#742D9D

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

Shades of Royal Purple #742D9D

Tints of Royal Purple #742D9D

Color information

#742D9D (or 0x742D9D) is unknown color: approx Royal Purple. HEX triplet: 74, 2D and 9D. RGB value is (116,45,157). Sum of RGB (Red+Green+Blue) = 116+45+157=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #742D9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742D9D is #8BD262. Grayscale: #4E4E4E. Windows color (decimal): -9163363 or 10300788. OLE color: 10300788.

HSL color Cylindrical-coordinate representation of color #742D9D: hue angle of 278.04º 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 #742D9D is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11645157-
CMYK0.260.7100.38
HSL278.04º55.45%39.61%-
HSV(B)278.04º71.34%61.57%-
XYZ14.238.0232.7-
YUV79172.02154.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.48%
GREEN value IS 45 (17.97% from 255) = 14.15%
BLUE value IS 157 (61.72% from 255) = 49.37%
R=36.48%
G=14.15%
B=49.37%

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
Decimal116451570.260.7100.38278.0455.4539.61
Hex742D9D1A470261163728
Octal16455235321070464266750
Binary1110100101101100111011101010001110100110100010110110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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