#74339F

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

Shades of Royal Purple #74339F

Tints of Royal Purple #74339F

Color information

#74339F (or 0x74339F) is unknown color: approx Royal Purple. HEX triplet: 74, 33 and 9F. RGB value is (116,51,159). Sum of RGB (Red+Green+Blue) = 116+51+159=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #74339F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74339F is #8BCC60. Grayscale: #525252. Windows color (decimal): -9161825 or 10433396. OLE color: 10433396.

HSL color Cylindrical-coordinate representation of color #74339F: hue angle of 276.11º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74339F is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11651159-
CMYK0.270.6800.38
HSL276.11º51.43%41.18%-
HSV(B)276.11º67.92%62.35%-
XYZ14.648.5833.69-
YUV82.75171.03151.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.58%
GREEN value IS 51 (20.31% from 255) = 15.64%
BLUE value IS 159 (62.5% from 255) = 48.77%
R=35.58%
G=15.64%
B=48.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116511590.270.6800.38276.1151.4341.18
Hex74339F1B440261143329
Octal16463237331040464246351
Binary1110100110011100111111101110001000100110100010100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74339F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74339F; }

 p { color: rgb(116,51,159); }

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

<style>
 a { background-color: #74339F; }

 a { background-color: rgb(116,51,159); }

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

<style>
 span { border-color: #74339F; }

 span { border-color: rgb(116,51,159); }

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