#74117C

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

Shades of Purple #74117C

Tints of Purple #74117C

Color information

#74117C (or 0x74117C) is unknown color: approx Purple. HEX triplet: 74, 11 and 7C. RGB value is (116,17,124). Sum of RGB (Red+Green+Blue) = 116+17+124=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #74117C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74117C is #8BEE83. Grayscale: #3A3A3A. Windows color (decimal): -9170564 or 8130932. OLE color: 8130932.

HSL color Cylindrical-coordinate representation of color #74117C: hue angle of 295.51º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74117C is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11617124-
CMYK0.060.8600.51
HSL295.51º75.89%27.65%-
HSV(B)295.51º86.29%48.63%-
XYZ11.045.5719.56-
YUV58.8164.8168.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.14%
GREEN value IS 17 (7.03% from 255) = 6.61%
BLUE value IS 124 (48.83% from 255) = 48.25%
R=45.14%
G=6.61%
B=48.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116171240.060.8600.51295.5175.8927.65
Hex74117C6560331284c1c
Octal16421174612606345011434
Binary111010010001111110011010101100110011100101000100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74117C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,17,124); }

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

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

 a { background-color: rgb(116,17,124); }

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

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

 span { border-color: rgb(116,17,124); }

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