Html Css Color HEX #741172 Purple

📋 copy color: '#741172'

red 116 ◦ green 17 ◦ blue 114

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

Shades of Purple #741172

Tints of Purple #741172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 46.15%

R = 46.96%
G = 6.88%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#741172 (or 0x741172) is known color: Purple. HEX triplet: 74, 11 and 72. RGB value is (116,17,114). Sum of RGB (Red+Green+Blue) = 116+17+114=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #741172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741172 is #8BEE8D. Grayscale: #393939. Windows color (decimal): -9170574 or 7475572. OLE color: 7475572.

HSL color Cylindrical-coordinate representation of color #741172: hue angle of 301.21º 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 #741172 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 17 114 -
CMYK 0 0.85 0.02 0.55
HSL 301.21º 0.74% 0.26% -
HSV(B) 301.21º 0.85% 0.45% -
XYZ 10.44 5.33 16.4 -
YUV 57.66 159.8 169.61 -
System Red Green Blue C M Y K H S L
Decimal 116 17 114 0 0.85 0.02 0.55 301.21 0.74 0.26
Hex 74 11 72 0 55 2 37 12D 4A 1A
Octal 164 21 162 0 125 2 67 455 112 32
Binary 1110100 10001 1110010 0 1010101 10 110111 100101101 1001010 11010

Color Harmonies of #741172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741172

Black with #741172

Text Example


Text Example

White with #741172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741172; }

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

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

background-color css

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

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

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

border-color css

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

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

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