#741c75

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

Shades of Dark Purple #741C75

Tints of Dark Purple #741C75

Color information

#741C75 (or 0x741C75) is unknown color: approx Dark Purple. HEX triplet: 74, 1C and 75. RGB value is (116,28,117). Sum of RGB (Red+Green+Blue) = 116+28+117=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #741C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741C75 is #8BE38A. Grayscale: #404040. Windows color (decimal): -9167755 or 7674996. OLE color: 7674996.

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

Color convert

RGB11628117-
CMYK0.010.7600.54
HSL299.33º61.38%28.43%-
HSV(B)299.33º76.07%45.88%-
XYZ10.835.8317.38-
YUV64.46157.65164.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.44%
GREEN value IS 28 (11.33% from 255) = 10.73%
BLUE value IS 117 (46.09% from 255) = 44.83%
R=44.44%
G=10.73%
B=44.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116281170.010.7600.54299.3361.3828.43
Hex741C7514C03612b3d1c
Octal1643416511140664537534
Binary111010011100111010111001100011011010010101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741c75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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