Html Css Color HEX #741192 Purple

📋 copy color: '#741192'

red 116 ◦ green 17 ◦ blue 146

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

Shades of Purple #741192

Tints of Purple #741192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.33%

R = 41.58%
G = 6.09%
B = 52.33%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#741192 (or 0x741192) is known color: Purple. HEX triplet: 74, 11 and 92. RGB value is (116,17,146). Sum of RGB (Red+Green+Blue) = 116+17+146=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #741192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741192 is #8BEE6D. Grayscale: #3C3C3C. Windows color (decimal): -9170542 or 9572724. OLE color: 9572724.

HSL color Cylindrical-coordinate representation of color #741192: hue angle of 286.05º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741192 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 17 146 -
CMYK 0.21 0.88 0 0.43
HSL 286.05º 0.79% 0.32% -
HSV(B) 286.05º 0.88% 0.57% -
XYZ 12.59 6.19 27.73 -
YUV 61.31 175.8 167.01 -
System Red Green Blue C M Y K H S L
Decimal 116 17 146 0.21 0.88 0 0.43 286.05 0.79 0.32
Hex 74 11 92 15 58 0 2B 11E 4F 20
Octal 164 21 222 25 130 0 53 436 117 40
Binary 1110100 10001 10010010 10101 1011000 0 101011 100011110 1001111 100000

Color Harmonies of #741192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741192

Black with #741192

Text Example


Text Example

White with #741192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741192; }

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

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

background-color css

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

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

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

border-color css

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

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

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