Html Css Color HEX #741174 Purple

📋 copy color: '#741174'

red 116 ◦ green 17 ◦ blue 116

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

Shades of Purple #741174

Tints of Purple #741174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.59%

R = 46.59%
G = 6.83%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#741174 (or 0x741174) is known color: Purple. HEX triplet: 74, 11 and 74. RGB value is (116,17,116). Sum of RGB (Red+Green+Blue) = 116+17+116=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #741174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741174 is #8BEE8B. Grayscale: #393939. Windows color (decimal): -9170572 or 7606644. OLE color: 7606644.

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

Color convert

RGB 116 17 116 -
CMYK 0 0.85 0 0.55
HSL 300º 0.74% 0.26% -
HSV(B) 300º 0.85% 0.45% -
XYZ 10.56 5.37 17 -
YUV 57.89 160.8 169.45 -
System Red Green Blue C M Y K H S L
Decimal 116 17 116 0 0.85 0 0.55 300 0.74 0.26
Hex 74 11 74 0 55 0 37 12C 4A 1A
Octal 164 21 164 0 125 0 67 454 112 32
Binary 1110100 10001 1110100 0 1010101 0 110111 100101100 1001010 11010

Color Harmonies of #741174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741174

Black with #741174

Text Example


Text Example

White with #741174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741174; }

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

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

background-color css

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

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

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

border-color css

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

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

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