#74006F

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

Shades of Purple #74006F

Tints of Purple #74006F

Color information

#74006F (or 0x74006F) is unknown color: approx Purple. HEX triplet: 74, 00 and 6F. RGB value is (116,0,111). Sum of RGB (Red+Green+Blue) = 116+0+111=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74006F is #8BFF90. Grayscale: #2F2F2F. Windows color (decimal): -9174929 or 7274612. OLE color: 7274612.

HSL color Cylindrical-coordinate representation of color #74006F: hue angle of 302.59º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74006F is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB1160111-
CMYK010.040.55
HSL302.59º100%22.75%-
HSV(B)302.59º100%45.49%-
XYZ10.074.8615.45-
YUV47.34163.93176.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 111 (43.75% from 255) = 48.90%
R=51.10%
G=0%
B=48.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1160111010.040.55302.5910022.75
Hex7406F06443712f6417
Octal1640157014446745714427
Binary11101000110111101100100100110111100101111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74006F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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