#741D75

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

Shades of Dark Purple #741D75

Tints of Dark Purple #741D75

Color information

#741D75 (or 0x741D75) is unknown color: approx Dark Purple. HEX triplet: 74, 1D and 75. RGB value is (116,29,117). Sum of RGB (Red+Green+Blue) = 116+29+117=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #741D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741D75 is #8BE28A. Grayscale: #404040. Windows color (decimal): -9167499 or 7675252. OLE color: 7675252.

HSL color Cylindrical-coordinate representation of color #741D75: hue angle of 299.32º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #741D75 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11629117-
CMYK0.010.7500.54
HSL299.32º60.27%28.63%-
HSV(B)299.32º75.21%45.88%-
XYZ10.855.8817.39-
YUV65.04157.32164.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.27%
GREEN value IS 29 (11.72% from 255) = 11.07%
BLUE value IS 117 (46.09% from 255) = 44.66%
R=44.27%
G=11.07%
B=44.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116291170.010.7500.54299.3260.2728.63
Hex741D7514B03612b3c1d
Octal1643516511130664537435
Binary111010011101111010111001011011011010010101111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741D75; }

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

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

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

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

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

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

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

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