#740A7C

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

Shades of Purple #740A7C

Tints of Purple #740A7C

Color information

#740A7C (or 0x740A7C) is unknown color: approx Purple. HEX triplet: 74, 0A and 7C. RGB value is (116,10,124). Sum of RGB (Red+Green+Blue) = 116+10+124=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #740A7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740A7C is #8BF583. Grayscale: #363636. Windows color (decimal): -9172356 or 8129140. OLE color: 8129140.

HSL color Cylindrical-coordinate representation of color #740A7C: hue angle of 295.79º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #740A7C is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11610124-
CMYK0.060.9200.51
HSL295.79º85.07%26.27%-
HSV(B)295.79º91.94%48.63%-
XYZ10.955.3919.53-
YUV54.69167.12171.73-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.4%
GREEN value IS 10 (4.30% from 255) = 4%
BLUE value IS 124 (48.83% from 255) = 49.6%
R=46.4%
G=4%
B=49.6%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116101240.060.9200.51295.7985.0726.27
Hex74A7C65C033128551a
Octal16412174613406345012532
Binary11101001010111110011010111000110011100101000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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