#74016E

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

Shades of Purple #74016E

Tints of Purple #74016E

Color information

#74016E (or 0x74016E) is unknown color: approx Purple. HEX triplet: 74, 01 and 6E. RGB value is (116,1,110). Sum of RGB (Red+Green+Blue) = 116+1+110=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74016E is #8BFE91. Grayscale: #2F2F2F. Windows color (decimal): -9174674 or 7209332. OLE color: 7209332.

HSL color Cylindrical-coordinate representation of color #74016E: hue angle of 303.13º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74016E is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB1161110-
CMYK00.990.050.55
HSL303.13º98.29%22.94%-
HSV(B)303.13º99.14%45.49%-
XYZ10.034.8615.16-
YUV47.81163.1176.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.10%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 110 (43.36% from 255) = 48.46%
R=51.10%
G=0.44%
B=48.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116111000.990.050.55303.1398.2922.94
Hex7416E06353712f6217
Octal1641156014356745714227
Binary11101001110111001100011101110111100101111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74016E; }

 p { color: rgb(116,1,110); }

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

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

 a { background-color: rgb(116,1,110); }

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

<style>
 span { border-color: #74016E; }

 span { border-color: rgb(116,1,110); }

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