Html Css Color HEX #741C73 Dark Purple

📋 copy color: '#741C73'

red 116 ◦ green 28 ◦ blue 115

#741C73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #741C73

Tints of Dark Purple #741C73

RGB

 RED value IS 116 (45.7% from 255) = 44.79%

 GREEN value IS 28 (11.33% from 255) = 10.81%

 BLUE value IS 115 (45.31% from 255) = 44.4%

R = 44.79%
G = 10.81%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#741C73 (or 0x741C73) is known color: Dark Purple. HEX triplet: 74, 1C and 73. RGB value is (116,28,115). Sum of RGB (Red+Green+Blue) = 116+28+115=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #741C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741C73 is #8BE38C. Grayscale: #3F3F3F. Windows color (decimal): -9167757 or 7543924. OLE color: 7543924.

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

Color convert

RGB 116 28 115 -
CMYK 0 0.76 0.01 0.55
HSL 300.68º 0.61% 0.28% -
HSV(B) 300.68º 0.76% 0.45% -
XYZ 10.71 5.78 16.77 -
YUV 64.23 156.65 164.93 -
System Red Green Blue C M Y K H S L
Decimal 116 28 115 0 0.76 0.01 0.55 300.68 0.61 0.28
Hex 74 1C 73 0 4C 1 37 12D 3D 1C
Octal 164 34 163 0 114 1 67 455 75 34
Binary 1110100 11100 1110011 0 1001100 1 110111 100101101 111101 11100

Color Harmonies of #741C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741C73

Black with #741C73

Text Example


Text Example

White with #741C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #741C73;
 }
 .AnyTagClassName
 {
   color: #741C73;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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