#740F7C

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

Shades of Purple #740F7C

Tints of Purple #740F7C

Color information

#740F7C (or 0x740F7C) is unknown color: approx Purple. HEX triplet: 74, 0F and 7C. RGB value is (116,15,124). Sum of RGB (Red+Green+Blue) = 116+15+124=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #740F7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740F7C is #8BF083. Grayscale: #393939. Windows color (decimal): -9171076 or 8130420. OLE color: 8130420.

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

Color convert

RGB11615124-
CMYK0.060.8800.51
HSL295.6º78.42%27.25%-
HSV(B)295.6º87.9%48.63%-
XYZ11.015.5119.55-
YUV57.62165.46169.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.49%
GREEN value IS 15 (6.25% from 255) = 5.88%
BLUE value IS 124 (48.83% from 255) = 48.63%
R=45.49%
G=5.88%
B=48.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116151240.060.8800.51295.678.4227.25
Hex74F7C6580331284e1b
Octal16417174613006345011633
Binary11101001111111110011010110000110011100101000100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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