#740462

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

Shades of Purple #740462

Tints of Purple #740462

Color information

#740462 (or 0x740462) is unknown color: approx Purple. HEX triplet: 74, 04 and 62. RGB value is (116,4,98). Sum of RGB (Red+Green+Blue) = 116+4+98=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #740462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740462 is #8BFB9D. Grayscale: #2F2F2F. Windows color (decimal): -9173918 or 6423668. OLE color: 6423668.

HSL color Cylindrical-coordinate representation of color #740462: hue angle of 309.64º 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 #740462 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB116498-
CMYK00.970.160.55
HSL309.64º93.33%23.53%-
HSV(B)309.64º96.55%45.49%-
XYZ9.454.6811.96-
YUV48.2156.11176.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.21%
GREEN value IS 4 (1.95% from 255) = 1.83%
BLUE value IS 98 (38.67% from 255) = 44.95%
R=53.21%
G=1.83%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11649800.970.160.55309.6493.3323.53
Hex7446206110371365d18
Octal16441420141206746613530
Binary111010010011000100110000110000110111100110110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740462; }

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

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

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

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

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

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

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

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