Html Css Color HEX #741776 Dark Purple

📋 copy color: '#741776'

red 116 ◦ green 23 ◦ blue 118

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

Shades of Dark Purple #741776

Tints of Dark Purple #741776

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.95%

 BLUE value IS 118 (46.48% from 255) = 45.91%

R = 45.14%
G = 8.95%
B = 45.91%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#741776 (or 0x741776) is known color: Dark Purple. HEX triplet: 74, 17 and 76. RGB value is (116,23,118). Sum of RGB (Red+Green+Blue) = 116+23+118=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #741776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741776 is #8BE889. Grayscale: #3D3D3D. Windows color (decimal): -9169034 or 7739252. OLE color: 7739252.

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

Color convert

RGB 116 23 118 -
CMYK 0.02 0.81 0 0.54
HSL 298.74º 0.67% 0.28% -
HSV(B) 298.74º 0.81% 0.46% -
XYZ 10.78 5.63 17.66 -
YUV 61.64 159.81 166.78 -
System Red Green Blue C M Y K H S L
Decimal 116 23 118 0.02 0.81 0 0.54 298.74 0.67 0.28
Hex 74 17 76 2 51 0 36 12B 43 1C
Octal 164 27 166 2 121 0 66 453 103 34
Binary 1110100 10111 1110110 10 1010001 0 110110 100101011 1000011 11100

Color Harmonies of #741776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741776

Black with #741776

Text Example


Text Example

White with #741776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741776; }

 p { color: rgb(116,23,118); }

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

background-color css

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

 a { background-color: rgb(116,23,118); }

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

border-color css

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

 span { border-color: rgb(116,23,118); }

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