Html Css Color HEX #741195 Purple

📋 copy color: '#741195'

red 116 ◦ green 17 ◦ blue 149

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

Shades of Purple #741195

Tints of Purple #741195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.84%

R = 41.13%
G = 6.03%
B = 52.84%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#741195 (or 0x741195) is known color: Purple. HEX triplet: 74, 11 and 95. RGB value is (116,17,149). Sum of RGB (Red+Green+Blue) = 116+17+149=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #741195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741195 is #8BEE6A. Grayscale: #3D3D3D. Windows color (decimal): -9170539 or 9769332. OLE color: 9769332.

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

Color convert

RGB 116 17 149 -
CMYK 0.22 0.89 0 0.42
HSL 285º 0.8% 0.33% -
HSV(B) 285º 0.89% 0.58% -
XYZ 12.83 6.28 28.97 -
YUV 61.65 177.3 166.77 -
System Red Green Blue C M Y K H S L
Decimal 116 17 149 0.22 0.89 0 0.42 285 0.8 0.33
Hex 74 11 95 16 59 0 2A 11D 50 21
Octal 164 21 225 26 131 0 52 435 120 41
Binary 1110100 10001 10010101 10110 1011001 0 101010 100011101 1010000 100001

Color Harmonies of #741195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741195

Black with #741195

Text Example


Text Example

White with #741195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741195; }

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

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

background-color css

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

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

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

border-color css

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

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

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