Html Css Color HEX #740286 Purple

📋 copy color: '#740286'

red 116 ◦ green 2 ◦ blue 134

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

Shades of Purple #740286

Tints of Purple #740286

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 46.03%
G = 0.79%
B = 53.17%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#740286 (or 0x740286) is known color: Purple. HEX triplet: 74, 02 and 86. RGB value is (116,2,134). Sum of RGB (Red+Green+Blue) = 116+2+134=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 134 (52.73% from 255 or 53.17% from 252); Max value from RGB is 134 - color contains mainly: blue. Hex color #740286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740286 is #8BFD79. Grayscale: #323232. Windows color (decimal): -9174394 or 8782452. OLE color: 8782452.

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

Color convert

RGB 116 2 134 -
CMYK 0.13 0.99 0 0.47
HSL 291.82º 0.97% 0.27% -
HSV(B) 291.82º 0.99% 0.53% -
XYZ 11.53 5.48 23 -
YUV 51.13 174.77 174.27 -
System Red Green Blue C M Y K H S L
Decimal 116 2 134 0.13 0.99 0 0.47 291.82 0.97 0.27
Hex 74 2 86 D 63 0 2F 124 61 1B
Octal 164 2 206 15 143 0 57 444 141 33
Binary 1110100 10 10000110 1101 1100011 0 101111 100100100 1100001 11011

Color Harmonies of #740286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740286

Black with #740286

Text Example


Text Example

White with #740286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740286; }

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

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

background-color css

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

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

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

border-color css

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

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

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