#74177A

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

Shades of Dark Purple #74177A

Tints of Dark Purple #74177A

Color information

#74177A (or 0x74177A) is unknown color: approx Dark Purple. HEX triplet: 74, 17 and 7A. RGB value is (116,23,122). Sum of RGB (Red+Green+Blue) = 116+23+122=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 122 - color contains mainly: blue. Hex color #74177A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74177A is #8BE885. Grayscale: #3D3D3D. Windows color (decimal): -9169030 or 8001396. OLE color: 8001396.

HSL color Cylindrical-coordinate representation of color #74177A: hue angle of 296.36º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74177A is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11623122-
CMYK0.050.8100.52
HSL296.36º68.28%28.43%-
HSV(B)296.36º81.15%47.84%-
XYZ11.025.7318.94-
YUV62.09161.81166.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.44%
GREEN value IS 23 (9.38% from 255) = 8.81%
BLUE value IS 122 (48.05% from 255) = 46.74%
R=44.44%
G=8.81%
B=46.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116231220.050.8100.52296.3668.2828.43
Hex74177A551034128441c
Octal16427172512106445010434
Binary111010010111111101010110100010110100100101000100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74177A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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