#740A70

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

Shades of Purple #740A70

Tints of Purple #740A70

Color information

#740A70 (or 0x740A70) is unknown color: approx Purple. HEX triplet: 74, 0A and 70. RGB value is (116,10,112). Sum of RGB (Red+Green+Blue) = 116+10+112=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #740A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740A70 is #8BF58F. Grayscale: #353535. Windows color (decimal): -9172368 or 7342708. OLE color: 7342708.

HSL color Cylindrical-coordinate representation of color #740A70: hue angle of 302.26º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740A70 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11610112-
CMYK00.910.030.55
HSL302.26º84.13%24.71%-
HSV(B)302.26º91.38%45.49%-
XYZ10.245.115.77-
YUV53.32161.12172.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.74%
GREEN value IS 10 (4.30% from 255) = 4.20%
BLUE value IS 112 (44.14% from 255) = 47.06%
R=48.74%
G=4.20%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161011200.910.030.55302.2684.1324.71
Hex74A7005B33712e5419
Octal16412160013336745612431
Binary1110100101011100000101101111110111100101110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740A70; }

 p { color: rgb(116,10,112); }

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

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

 a { background-color: rgb(116,10,112); }

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

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

 span { border-color: rgb(116,10,112); }

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