#74359D

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

Shades of Royal Purple #74359D

Tints of Royal Purple #74359D

Color information

#74359D (or 0x74359D) is unknown color: approx Royal Purple. HEX triplet: 74, 35 and 9D. RGB value is (116,53,157). Sum of RGB (Red+Green+Blue) = 116+53+157=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #74359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74359D is #8BCA62. Grayscale: #535353. Windows color (decimal): -9161315 or 10302836. OLE color: 10302836.

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

Color convert

RGB11653157-
CMYK0.260.6600.38
HSL276.35º49.52%41.18%-
HSV(B)276.35º66.24%61.57%-
XYZ14.568.6932.81-
YUV83.69169.37151.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.58%
GREEN value IS 53 (21.09% from 255) = 16.26%
BLUE value IS 157 (61.72% from 255) = 48.16%
R=35.58%
G=16.26%
B=48.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116531570.260.6600.38276.3549.5241.18
Hex74359D1A420261143229
Octal16465235321020464246251
Binary1110100110101100111011101010000100100110100010100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74359D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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