#74309C

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

Shades of Royal Purple #74309C

Tints of Royal Purple #74309C

Color information

#74309C (or 0x74309C) is unknown color: approx Royal Purple. HEX triplet: 74, 30 and 9C. RGB value is (116,48,156). Sum of RGB (Red+Green+Blue) = 116+48+156=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #74309C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74309C is #8BCF63. Grayscale: #505050. Windows color (decimal): -9162596 or 10236020. OLE color: 10236020.

HSL color Cylindrical-coordinate representation of color #74309C: hue angle of 277.78º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74309C is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11648156-
CMYK0.260.6900.39
HSL277.78º52.94%40%-
HSV(B)277.78º69.23%61.18%-
XYZ14.268.2332.29-
YUV80.64170.53153.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.25%
GREEN value IS 48 (19.14% from 255) = 15%
BLUE value IS 156 (61.33% from 255) = 48.75%
R=36.25%
G=15%
B=48.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116481560.260.6900.39277.7852.9440
Hex74309C1A450271163528
Octal16460234321050474266550
Binary1110100110000100111001101010001010100111100010110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74309C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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