Html Css Color HEX #740086 Purple

📋 copy color: '#740086'

red 116 ◦ green 0 ◦ blue 134

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

Shades of Purple #740086

Tints of Purple #740086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.4%
G = 0%
B = 53.6%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#740086 (or 0x740086) is known color: Purple. HEX triplet: 74, 00 and 86. RGB value is (116,0,134). Sum of RGB (Red+Green+Blue) = 116+0+134=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 134 (52.73% from 255 or 53.6% from 250); Max value from RGB is 134 - color contains mainly: blue. Hex color #740086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740086 is #8BFF79. Grayscale: #313131. Windows color (decimal): -9174906 or 8781940. OLE color: 8781940.

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

Color convert

RGB 116 0 134 -
CMYK 0.13 1 0 0.47
HSL 291.94º 1% 0.26% -
HSV(B) 291.94º 1% 0.53% -
XYZ 11.51 5.43 23 -
YUV 49.96 175.43 175.1 -
System Red Green Blue C M Y K H S L
Decimal 116 0 134 0.13 1 0 0.47 291.94 1 0.26
Hex 74 0 86 D 64 0 2F 124 64 1A
Octal 164 0 206 15 144 0 57 444 144 32
Binary 1110100 0 10000110 1101 1100100 0 101111 100100100 1100100 11010

Color Harmonies of #740086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740086

Black with #740086

Text Example


Text Example

White with #740086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740086; }

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

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

background-color css

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

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

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

border-color css

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

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

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