Html Css Color HEX #741786 Purple

📋 copy color: '#741786'

red 116 ◦ green 23 ◦ blue 134

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

Shades of Purple #741786

Tints of Purple #741786

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.42%

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

R = 42.49%
G = 8.42%
B = 49.08%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#741786 (or 0x741786) is known color: Purple. HEX triplet: 74, 17 and 86. RGB value is (116,23,134). Sum of RGB (Red+Green+Blue) = 116+23+134=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #741786 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741786 is #8BE879. Grayscale: #3F3F3F. Windows color (decimal): -9169018 or 8787828. OLE color: 8787828.

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

Color convert

RGB 116 23 134 -
CMYK 0.13 0.83 0 0.47
HSL 290.27º 0.71% 0.31% -
HSV(B) 290.27º 0.83% 0.53% -
XYZ 11.81 6.05 23.1 -
YUV 63.46 167.81 165.47 -
System Red Green Blue C M Y K H S L
Decimal 116 23 134 0.13 0.83 0 0.47 290.27 0.71 0.31
Hex 74 17 86 D 53 0 2F 122 47 1F
Octal 164 27 206 15 123 0 57 442 107 37
Binary 1110100 10111 10000110 1101 1010011 0 101111 100100010 1000111 11111

Color Harmonies of #741786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741786

Black with #741786

Text Example


Text Example

White with #741786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741786; }

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

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

background-color css

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

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

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

border-color css

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

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

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