#74197a

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

Shades of Dark Purple #74197A

Tints of Dark Purple #74197A

Color information

#74197A (or 0x74197A) is unknown color: approx Dark Purple. HEX triplet: 74, 19 and 7A. RGB value is (116,25,122). Sum of RGB (Red+Green+Blue) = 116+25+122=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 122 - color contains mainly: blue. Hex color #74197A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74197A is #8BE685. Grayscale: #3E3E3E. Windows color (decimal): -9168518 or 8001908. OLE color: 8001908.

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

Color convert

RGB11625122-
CMYK0.050.8000.52
HSL296.29º65.99%28.82%-
HSV(B)296.29º79.51%47.84%-
XYZ11.065.8118.95-
YUV63.27161.15165.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.11%
GREEN value IS 25 (10.16% from 255) = 9.51%
BLUE value IS 122 (48.05% from 255) = 46.39%
R=44.11%
G=9.51%
B=46.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116251220.050.8000.52296.2965.9928.82
Hex74197A550034128421d
Octal16431172512006445010235
Binary111010011001111101010110100000110100100101000100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74197a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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