#74108A

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

Shades of Purple #74108A

Tints of Purple #74108A

Color information

#74108A (or 0x74108A) is unknown color: approx Purple. HEX triplet: 74, 10 and 8A. RGB value is (116,16,138). Sum of RGB (Red+Green+Blue) = 116+16+138=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 138 (54.30% from 255 or 51.11% from 270); Max value from RGB is 138 - color contains mainly: blue. Hex color #74108A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74108A is #8BEF75. Grayscale: #3B3B3B. Windows color (decimal): -9170806 or 9048180. OLE color: 9048180.

HSL color Cylindrical-coordinate representation of color #74108A: hue angle of 289.18º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74108A is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11616138-
CMYK0.160.8800.46
HSL289.18º79.22%30.2%-
HSV(B)289.18º88.41%54.12%-
XYZ11.985.9224.56-
YUV59.81172.13168.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.96%
GREEN value IS 16 (6.64% from 255) = 5.93%
BLUE value IS 138 (54.30% from 255) = 51.11%
R=42.96%
G=5.93%
B=51.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116161380.160.8800.46289.1879.2230.2
Hex74108A105802E1214f1e
Octal164202122013005644111736
Binary111010010000100010101000010110000101110100100001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74108A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,16,138); }

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

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

 a { background-color: rgb(116,16,138); }

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

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

 span { border-color: rgb(116,16,138); }

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