Html Css Color HEX #731175 Purple

📋 copy color: '#731175'

red 115 ◦ green 17 ◦ blue 117

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

Shades of Purple #731175

Tints of Purple #731175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.99%

R = 46.18%
G = 6.83%
B = 46.99%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#731175 (or 0x731175) is known color: Purple. HEX triplet: 73, 11 and 75. RGB value is (115,17,117). Sum of RGB (Red+Green+Blue) = 115+17+117=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #731175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731175 is #8CEE8A. Grayscale: #393939. Windows color (decimal): -9236107 or 7672179. OLE color: 7672179.

HSL color Cylindrical-coordinate representation of color #731175: hue angle of 298.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731175 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 17 117 -
CMYK 0.02 0.85 0 0.54
HSL 298.8º 0.75% 0.26% -
HSV(B) 298.8º 0.85% 0.46% -
XYZ 10.48 5.33 17.31 -
YUV 57.7 161.47 168.87 -
System Red Green Blue C M Y K H S L
Decimal 115 17 117 0.02 0.85 0 0.54 298.8 0.75 0.26
Hex 73 11 75 2 55 0 36 12B 4B 1A
Octal 163 21 165 2 125 0 66 453 113 32
Binary 1110011 10001 1110101 10 1010101 0 110110 100101011 1001011 11010

Color Harmonies of #731175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731175

Black with #731175

Text Example


Text Example

White with #731175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731175; }

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

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

background-color css

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

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

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

border-color css

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

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

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