Html Css Color HEX #731086 Purple

📋 copy color: '#731086'

red 115 ◦ green 16 ◦ blue 134

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

Shades of Purple #731086

Tints of Purple #731086

RGB

 RED value IS 115 (45.31% from 255) = 43.4%

 GREEN value IS 16 (6.64% from 255) = 6.04%

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

R = 43.4%
G = 6.04%
B = 50.57%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#731086 (or 0x731086) is known color: Purple. HEX triplet: 73, 10 and 86. RGB value is (115,16,134). Sum of RGB (Red+Green+Blue) = 115+16+134=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #731086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731086 is #8CEF79. Grayscale: #3A3A3A. Windows color (decimal): -9236346 or 8786035. OLE color: 8786035.

HSL color Cylindrical-coordinate representation of color #731086: hue angle of 290.34º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731086 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 115 16 134 -
CMYK 0.14 0.88 0 0.47
HSL 290.34º 0.79% 0.29% -
HSV(B) 290.34º 0.88% 0.53% -
XYZ 11.56 5.74 23.05 -
YUV 59.05 170.3 167.91 -
System Red Green Blue C M Y K H S L
Decimal 115 16 134 0.14 0.88 0 0.47 290.34 0.79 0.29
Hex 73 10 86 E 58 0 2F 122 4F 1D
Octal 163 20 206 16 130 0 57 442 117 35
Binary 1110011 10000 10000110 1110 1011000 0 101111 100100010 1001111 11101

Color Harmonies of #731086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731086

Black with #731086

Text Example


Text Example

White with #731086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731086; }

 p { color: rgb(115,16,134); }

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

background-color css

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

 a { background-color: rgb(115,16,134); }

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

border-color css

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

 span { border-color: rgb(115,16,134); }

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