#74309E

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

Shades of Royal Purple #74309E

Tints of Royal Purple #74309E

Color information

#74309E (or 0x74309E) is unknown color: approx Royal Purple. HEX triplet: 74, 30 and 9E. RGB value is (116,48,158). Sum of RGB (Red+Green+Blue) = 116+48+158=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #74309E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74309E is #8BCF61. Grayscale: #505050. Windows color (decimal): -9162594 or 10367092. OLE color: 10367092.

HSL color Cylindrical-coordinate representation of color #74309E: hue angle of 277.09º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74309E is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11648158-
CMYK0.270.7000.38
HSL277.09º53.4%40.39%-
HSV(B)277.09º69.62%61.96%-
XYZ14.438.333.19-
YUV80.87171.53153.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.02%
GREEN value IS 48 (19.14% from 255) = 14.91%
BLUE value IS 158 (62.11% from 255) = 49.07%
R=36.02%
G=14.91%
B=49.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116481580.270.7000.38277.0953.440.39
Hex74309E1B460261153528
Octal16460236331060464256550
Binary1110100110000100111101101110001100100110100010101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74309E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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