#740F6C

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

Shades of Dark Purple #740F6C

Tints of Dark Purple #740F6C

Color information

#740F6C (or 0x740F6C) is unknown color: approx Dark Purple. HEX triplet: 74, 0F and 6C. RGB value is (116,15,108). Sum of RGB (Red+Green+Blue) = 116+15+108=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #740F6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740F6C is #8BF093. Grayscale: #373737. Windows color (decimal): -9171092 or 7081844. OLE color: 7081844.

HSL color Cylindrical-coordinate representation of color #740F6C: hue angle of 304.75º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #740F6C is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11615108-
CMYK00.870.070.55
HSL304.75º77.1%25.69%-
HSV(B)304.75º87.07%45.49%-
XYZ10.085.1414.65-
YUV55.8157.46170.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.54%
GREEN value IS 15 (6.25% from 255) = 6.28%
BLUE value IS 108 (42.58% from 255) = 45.19%
R=48.54%
G=6.28%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161510800.870.070.55304.7577.125.69
Hex74F6C0577371314d1a
Octal16417154012776746111532
Binary11101001111110110001010111111110111100110001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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