#741675

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

Shades of Dark Purple #741675

Tints of Dark Purple #741675

Color information

#741675 (or 0x741675) is unknown color: approx Dark Purple. HEX triplet: 74, 16 and 75. RGB value is (116,22,117). Sum of RGB (Red+Green+Blue) = 116+22+117=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #741675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741675 is #8BE98A. Grayscale: #3C3C3C. Windows color (decimal): -9169291 or 7673460. OLE color: 7673460.

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

Color convert

RGB11622117-
CMYK0.010.8100.54
HSL299.37º68.35%27.25%-
HSV(B)299.37º81.2%45.88%-
XYZ10.75.5717.34-
YUV60.94159.64167.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.49%
GREEN value IS 22 (8.98% from 255) = 8.63%
BLUE value IS 117 (46.09% from 255) = 45.88%
R=45.49%
G=8.63%
B=45.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116221170.010.8100.54299.3768.3527.25
Hex74167515103612b441b
Octal16426165112106645310433
Binary1110100101101110101110100010110110100101011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741675; }

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

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

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

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

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

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

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

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