#74389D

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

Shades of Royal Purple #74389D

Tints of Royal Purple #74389D

Color information

#74389D (or 0x74389D) is unknown color: approx Royal Purple. HEX triplet: 74, 38 and 9D. RGB value is (116,56,157). Sum of RGB (Red+Green+Blue) = 116+56+157=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #74389D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74389D is #8BC762. Grayscale: #555555. Windows color (decimal): -9160547 or 10303604. OLE color: 10303604.

HSL color Cylindrical-coordinate representation of color #74389D: hue angle of 275.64º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74389D is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11656157-
CMYK0.260.6400.38
HSL275.64º47.42%41.76%-
HSV(B)275.64º64.33%61.57%-
XYZ14.78.9832.86-
YUV85.45168.38149.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.26%
GREEN value IS 56 (22.27% from 255) = 17.02%
BLUE value IS 157 (61.72% from 255) = 47.72%
R=35.26%
G=17.02%
B=47.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116561570.260.6400.38275.6447.4241.76
Hex74389D1A400261142f2a
Octal16470235321000464245752
Binary1110100111000100111011101010000000100110100010100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74389D; }

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

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

<style>
 a { background-color: #74389D; }

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

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

<style>
 span { border-color: #74389D; }

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

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