Html Css Color HEX #741196 Purple

📋 copy color: '#741196'

red 116 ◦ green 17 ◦ blue 150

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

Shades of Purple #741196

Tints of Purple #741196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 53%

R = 40.99%
G = 6.01%
B = 53%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#741196 (or 0x741196) is known color: Purple. HEX triplet: 74, 11 and 96. RGB value is (116,17,150). Sum of RGB (Red+Green+Blue) = 116+17+150=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #741196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741196 is #8BEE69. Grayscale: #3D3D3D. Windows color (decimal): -9170538 or 9834868. OLE color: 9834868.

HSL color Cylindrical-coordinate representation of color #741196: hue angle of 284.66º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #741196 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 17 150 -
CMYK 0.23 0.89 0 0.41
HSL 284.66º 0.8% 0.33% -
HSV(B) 284.66º 0.89% 0.59% -
XYZ 12.91 6.32 29.39 -
YUV 61.76 177.8 166.69 -
System Red Green Blue C M Y K H S L
Decimal 116 17 150 0.23 0.89 0 0.41 284.66 0.8 0.33
Hex 74 11 96 17 59 0 29 11D 50 21
Octal 164 21 226 27 131 0 51 435 120 41
Binary 1110100 10001 10010110 10111 1011001 0 101001 100011101 1010000 100001

Color Harmonies of #741196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741196

Black with #741196

Text Example


Text Example

White with #741196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741196; }

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

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

background-color css

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

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

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

border-color css

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

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

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