Html Css Color HEX #741170 Dark Purple

📋 copy color: '#741170'

red 116 ◦ green 17 ◦ blue 112

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

Shades of Dark Purple #741170

Tints of Dark Purple #741170

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.94%

 BLUE value IS 112 (44.14% from 255) = 45.71%

R = 47.35%
G = 6.94%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#741170 (or 0x741170) is known color: Dark Purple. HEX triplet: 74, 11 and 70. RGB value is (116,17,112). Sum of RGB (Red+Green+Blue) = 116+17+112=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #741170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741170 is #8BEE8F. Grayscale: #393939. Windows color (decimal): -9170576 or 7344500. OLE color: 7344500.

HSL color Cylindrical-coordinate representation of color #741170: hue angle of 302.42º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741170 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 17 112 -
CMYK 0 0.85 0.03 0.55
HSL 302.42º 0.74% 0.26% -
HSV(B) 302.42º 0.85% 0.45% -
XYZ 10.33 5.28 15.8 -
YUV 57.43 158.8 169.78 -
System Red Green Blue C M Y K H S L
Decimal 116 17 112 0 0.85 0.03 0.55 302.42 0.74 0.26
Hex 74 11 70 0 55 3 37 12E 4A 1A
Octal 164 21 160 0 125 3 67 456 112 32
Binary 1110100 10001 1110000 0 1010101 11 110111 100101110 1001010 11010

Color Harmonies of #741170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741170

Black with #741170

Text Example


Text Example

White with #741170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741170; }

 p { color: rgb(116,17,112); }

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

background-color css

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

 a { background-color: rgb(116,17,112); }

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

border-color css

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

 span { border-color: rgb(116,17,112); }

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