Html Css Color HEX #731185 Purple

📋 copy color: '#731185'

red 115 ◦ green 17 ◦ blue 133

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

Shades of Purple #731185

Tints of Purple #731185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.42%

 BLUE value IS 133 (52.34% from 255) = 50.19%

R = 43.4%
G = 6.42%
B = 50.19%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#731185 (or 0x731185) is known color: Purple. HEX triplet: 73, 11 and 85. RGB value is (115,17,133). Sum of RGB (Red+Green+Blue) = 115+17+133=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #731185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731185 is #8CEE7A. Grayscale: #3B3B3B. Windows color (decimal): -9236091 or 8720755. OLE color: 8720755.

HSL color Cylindrical-coordinate representation of color #731185: hue angle of 290.69º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #731185 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 17 133 -
CMYK 0.14 0.87 0 0.48
HSL 290.69º 0.77% 0.29% -
HSV(B) 290.69º 0.87% 0.52% -
XYZ 11.5 5.74 22.69 -
YUV 59.53 169.47 167.57 -
System Red Green Blue C M Y K H S L
Decimal 115 17 133 0.14 0.87 0 0.48 290.69 0.77 0.29
Hex 73 11 85 E 57 0 30 123 4D 1D
Octal 163 21 205 16 127 0 60 443 115 35
Binary 1110011 10001 10000101 1110 1010111 0 110000 100100011 1001101 11101

Color Harmonies of #731185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731185

Black with #731185

Text Example


Text Example

White with #731185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731185; }

 p { color: rgb(115,17,133); }

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

background-color css

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

 a { background-color: rgb(115,17,133); }

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

border-color css

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

 span { border-color: rgb(115,17,133); }

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