Html Css Color HEX #741686 Purple

📋 copy color: '#741686'

red 116 ◦ green 22 ◦ blue 134

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

Shades of Purple #741686

Tints of Purple #741686

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.09%

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

R = 42.65%
G = 8.09%
B = 49.26%

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

#741686 (or 0x741686) is known color: Purple. HEX triplet: 74, 16 and 86. RGB value is (116,22,134). Sum of RGB (Red+Green+Blue) = 116+22+134=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 134 (52.73% from 255 or 49.26% from 272); Max value from RGB is 134 - color contains mainly: blue. Hex color #741686 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741686 is #8BE979. Grayscale: #3E3E3E. Windows color (decimal): -9169274 or 8787572. OLE color: 8787572.

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

Color convert

RGB 116 22 134 -
CMYK 0.13 0.84 0 0.47
HSL 290.36º 0.72% 0.31% -
HSV(B) 290.36º 0.84% 0.53% -
XYZ 11.79 6.01 23.09 -
YUV 62.87 168.14 165.89 -
System Red Green Blue C M Y K H S L
Decimal 116 22 134 0.13 0.84 0 0.47 290.36 0.72 0.31
Hex 74 16 86 D 54 0 2F 122 48 1F
Octal 164 26 206 15 124 0 57 442 110 37
Binary 1110100 10110 10000110 1101 1010100 0 101111 100100010 1001000 11111

Color Harmonies of #741686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741686

Black with #741686

Text Example


Text Example

White with #741686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741686; }

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

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

background-color css

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

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

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

border-color css

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

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

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