#741475

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

Shades of Dark Purple #741475

Tints of Dark Purple #741475

Color information

#741475 (or 0x741475) is unknown color: approx Dark Purple. HEX triplet: 74, 14 and 75. RGB value is (116,20,117). Sum of RGB (Red+Green+Blue) = 116+20+117=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #741475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741475 is #8BEB8A. Grayscale: #3B3B3B. Windows color (decimal): -9169803 or 7672948. OLE color: 7672948.

HSL color Cylindrical-coordinate representation of color #741475: hue angle of 299.38º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741475 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11620117-
CMYK0.010.8300.54
HSL299.38º70.8%26.86%-
HSV(B)299.38º82.91%45.88%-
XYZ10.665.517.33-
YUV59.76160.3168.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.85%
GREEN value IS 20 (8.20% from 255) = 7.91%
BLUE value IS 117 (46.09% from 255) = 46.25%
R=45.85%
G=7.91%
B=46.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116201170.010.8300.54299.3870.826.86
Hex74147515303612b471b
Octal16424165112306645310733
Binary1110100101001110101110100110110110100101011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741475; }

 p { color: rgb(116,20,117); }

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

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

 a { background-color: rgb(116,20,117); }

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

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

 span { border-color: rgb(116,20,117); }

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