#741875

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

Shades of Dark Purple #741875

Tints of Dark Purple #741875

Color information

#741875 (or 0x741875) is unknown color: approx Dark Purple. HEX triplet: 74, 18 and 75. RGB value is (116,24,117). Sum of RGB (Red+Green+Blue) = 116+24+117=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #741875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741875 is #8BE78A. Grayscale: #3D3D3D. Windows color (decimal): -9168779 or 7673972. OLE color: 7673972.

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

Color convert

RGB11624117-
CMYK0.010.7900.54
HSL299.35º65.96%27.65%-
HSV(B)299.35º79.49%45.88%-
XYZ10.745.6517.35-
YUV62.11158.98166.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.14%
GREEN value IS 24 (9.77% from 255) = 9.34%
BLUE value IS 117 (46.09% from 255) = 45.53%
R=45.14%
G=9.34%
B=45.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116241170.010.7900.54299.3565.9627.65
Hex74187514F03612b421c
Octal16430165111706645310234
Binary1110100110001110101110011110110110100101011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741875; }

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

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

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

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

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

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

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

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