#740F7A

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

Shades of Purple #740F7A

Tints of Purple #740F7A

Color information

#740F7A (or 0x740F7A) is unknown color: approx Purple. HEX triplet: 74, 0F and 7A. RGB value is (116,15,122). Sum of RGB (Red+Green+Blue) = 116+15+122=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 122 - color contains mainly: blue. Hex color #740F7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740F7A is #8BF085. Grayscale: #393939. Windows color (decimal): -9171078 or 7999348. OLE color: 7999348.

HSL color Cylindrical-coordinate representation of color #740F7A: hue angle of 296.64º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #740F7A is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11615122-
CMYK0.050.8800.52
HSL296.64º78.1%26.86%-
HSV(B)296.64º87.7%47.84%-
XYZ10.895.4618.89-
YUV57.4164.46169.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.85%
GREEN value IS 15 (6.25% from 255) = 5.93%
BLUE value IS 122 (48.05% from 255) = 48.22%
R=45.85%
G=5.93%
B=48.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116151220.050.8800.52296.6478.126.86
Hex74F7A5580341294e1b
Octal16417172513006445111633
Binary11101001111111101010110110000110100100101001100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,15,122); }

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

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

 a { background-color: rgb(116,15,122); }

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

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

 span { border-color: rgb(116,15,122); }

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