#74349E

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

Shades of Royal Purple #74349E

Tints of Royal Purple #74349E

Color information

#74349E (or 0x74349E) is unknown color: approx Royal Purple. HEX triplet: 74, 34 and 9E. RGB value is (116,52,158). Sum of RGB (Red+Green+Blue) = 116+52+158=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #74349E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74349E is #8BCB61. Grayscale: #525252. Windows color (decimal): -9161570 or 10368116. OLE color: 10368116.

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

Color convert

RGB11652158-
CMYK0.270.6700.38
HSL276.23º50.48%41.18%-
HSV(B)276.23º67.09%61.96%-
XYZ14.68.6433.25-
YUV83.22170.2151.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.58%
GREEN value IS 52 (20.70% from 255) = 15.95%
BLUE value IS 158 (62.11% from 255) = 48.47%
R=35.58%
G=15.95%
B=48.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116521580.270.6700.38276.2350.4841.18
Hex74349E1B430261143229
Octal16464236331030464246251
Binary1110100110100100111101101110000110100110100010100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74349E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74349E; }

 p { color: rgb(116,52,158); }

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

<style>
 a { background-color: #74349E; }

 a { background-color: rgb(116,52,158); }

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

<style>
 span { border-color: #74349E; }

 span { border-color: rgb(116,52,158); }

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