#740465

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

Shades of Purple #740465

Tints of Purple #740465

Color information

#740465 (or 0x740465) is unknown color: approx Purple. HEX triplet: 74, 04 and 65. RGB value is (116,4,101). Sum of RGB (Red+Green+Blue) = 116+4+101=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #740465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740465 is #8BFB9A. Grayscale: #303030. Windows color (decimal): -9173915 or 6620276. OLE color: 6620276.

HSL color Cylindrical-coordinate representation of color #740465: hue angle of 308.04º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740465 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB1164101-
CMYK00.970.130.55
HSL308.04º93.33%23.53%-
HSV(B)308.04º96.55%45.49%-
XYZ9.594.7412.72-
YUV48.55157.61176.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.49%
GREEN value IS 4 (1.95% from 255) = 1.81%
BLUE value IS 101 (39.84% from 255) = 45.70%
R=52.49%
G=1.81%
B=45.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116410100.970.130.55308.0493.3323.53
Hex74465061D371345d18
Octal16441450141156746413530
Binary11101001001100101011000011101110111100110100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740465; }

 p { color: rgb(116,4,101); }

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

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

 a { background-color: rgb(116,4,101); }

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

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

 span { border-color: rgb(116,4,101); }

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