#74066E

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

Shades of Purple #74066E

Tints of Purple #74066E

Color information

#74066E (or 0x74066E) is unknown color: approx Purple. HEX triplet: 74, 06 and 6E. RGB value is (116,6,110). Sum of RGB (Red+Green+Blue) = 116+6+110=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #74066E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74066E is #8BF991. Grayscale: #323232. Windows color (decimal): -9173394 or 7210612. OLE color: 7210612.

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

Color convert

RGB1166110-
CMYK00.950.050.55
HSL303.27º90.16%23.92%-
HSV(B)303.27º94.83%45.49%-
XYZ10.084.9715.18-
YUV50.75161.44174.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 2.59%
BLUE value IS 110 (43.36% from 255) = 47.41%
R=50%
G=2.59%
B=47.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116611000.950.050.55303.2790.1623.92
Hex7466E05F53712f5a18
Octal1646156013756745713230
Binary1110100110110111001011111101110111100101111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74066E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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