#74016F

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

Shades of Purple #74016F

Tints of Purple #74016F

Color information

#74016F (or 0x74016F) is unknown color: approx Purple. HEX triplet: 74, 01 and 6F. RGB value is (116,1,111). Sum of RGB (Red+Green+Blue) = 116+1+111=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #74016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74016F is #8BFE90. Grayscale: #2F2F2F. Windows color (decimal): -9174673 or 7274868. OLE color: 7274868.

HSL color Cylindrical-coordinate representation of color #74016F: hue angle of 302.61º 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 #74016F is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB1161111-
CMYK00.990.040.55
HSL302.61º98.29%22.94%-
HSV(B)302.61º99.14%45.49%-
XYZ10.084.8815.45-
YUV47.92163.6176.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.88%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 111 (43.75% from 255) = 48.68%
R=50.88%
G=0.44%
B=48.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116111100.990.040.55302.6198.2922.94
Hex7416F06343712f6217
Octal1641157014346745714227
Binary11101001110111101100011100110111100101111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74016F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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