Html Css Color HEX #741586 Purple

📋 copy color: '#741586'

red 116 ◦ green 21 ◦ blue 134

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

Shades of Purple #741586

Tints of Purple #741586

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.75%

 BLUE value IS 134 (52.73% from 255) = 49.45%

R = 42.8%
G = 7.75%
B = 49.45%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#741586 (or 0x741586) is known color: Purple. HEX triplet: 74, 15 and 86. RGB value is (116,21,134). Sum of RGB (Red+Green+Blue) = 116+21+134=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 134 - color contains mainly: blue. Hex color #741586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741586 is #8BEA79. Grayscale: #3D3D3D. Windows color (decimal): -9169530 or 8787316. OLE color: 8787316.

HSL color Cylindrical-coordinate representation of color #741586: hue angle of 290.44º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741586 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 21 134 -
CMYK 0.13 0.84 0 0.47
HSL 290.44º 0.73% 0.3% -
HSV(B) 290.44º 0.84% 0.53% -
XYZ 11.77 5.97 23.09 -
YUV 62.29 168.47 166.31 -
System Red Green Blue C M Y K H S L
Decimal 116 21 134 0.13 0.84 0 0.47 290.44 0.73 0.3
Hex 74 15 86 D 54 0 2F 122 49 1E
Octal 164 25 206 15 124 0 57 442 111 36
Binary 1110100 10101 10000110 1101 1010100 0 101111 100100010 1001001 11110

Color Harmonies of #741586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741586

Black with #741586

Text Example


Text Example

White with #741586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741586; }

 p { color: rgb(116,21,134); }

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

background-color css

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

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

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

border-color css

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

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

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