#74177C

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

Shades of Purple #74177C

Tints of Purple #74177C

Color information

#74177C (or 0x74177C) is unknown color: approx Purple. HEX triplet: 74, 17 and 7C. RGB value is (116,23,124). Sum of RGB (Red+Green+Blue) = 116+23+124=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #74177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74177C is #8BE883. Grayscale: #3E3E3E. Windows color (decimal): -9169028 or 8132468. OLE color: 8132468.

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

Color convert

RGB11623124-
CMYK0.060.8100.51
HSL295.25º68.71%28.82%-
HSV(B)295.25º81.45%48.63%-
XYZ11.155.7819.6-
YUV62.32162.81166.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.11%
GREEN value IS 23 (9.38% from 255) = 8.75%
BLUE value IS 124 (48.83% from 255) = 47.15%
R=44.11%
G=8.75%
B=47.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116231240.060.8100.51295.2568.7128.82
Hex74177C651033127451d
Octal16427174612106344710535
Binary111010010111111110011010100010110011100100111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74177C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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