#74197C

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

Shades of Dark Purple #74197C

Tints of Dark Purple #74197C

Color information

#74197C (or 0x74197C) is unknown color: approx Dark Purple. HEX triplet: 74, 19 and 7C. RGB value is (116,25,124). Sum of RGB (Red+Green+Blue) = 116+25+124=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #74197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74197C is #8BE683. Grayscale: #3F3F3F. Windows color (decimal): -9168516 or 8132980. OLE color: 8132980.

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

Color convert

RGB11625124-
CMYK0.060.8000.51
HSL295.15º66.44%29.22%-
HSV(B)295.15º79.84%48.63%-
XYZ11.195.8619.61-
YUV63.5162.15165.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.77%
GREEN value IS 25 (10.16% from 255) = 9.43%
BLUE value IS 124 (48.83% from 255) = 46.79%
R=43.77%
G=9.43%
B=46.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116251240.060.8000.51295.1566.4429.22
Hex74197C650033127421d
Octal16431174612006344710235
Binary111010011001111110011010100000110011100100111100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74197C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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