Html Css Color HEX #731174 Purple

📋 copy color: '#731174'

red 115 ◦ green 17 ◦ blue 116

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

Shades of Purple #731174

Tints of Purple #731174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.77%

R = 46.37%
G = 6.85%
B = 46.77%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#731174 (or 0x731174) is known color: Purple. HEX triplet: 73, 11 and 74. RGB value is (115,17,116). Sum of RGB (Red+Green+Blue) = 115+17+116=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 116 - color contains mainly: blue. Hex color #731174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731174 is #8CEE8B. Grayscale: #393939. Windows color (decimal): -9236108 or 7606643. OLE color: 7606643.

HSL color Cylindrical-coordinate representation of color #731174: hue angle of 299.39º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731174 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 17 116 -
CMYK 0.01 0.85 0 0.55
HSL 299.39º 0.74% 0.26% -
HSV(B) 299.39º 0.85% 0.45% -
XYZ 10.42 5.31 17 -
YUV 57.59 160.97 168.95 -
System Red Green Blue C M Y K H S L
Decimal 115 17 116 0.01 0.85 0 0.55 299.39 0.74 0.26
Hex 73 11 74 1 55 0 37 12B 4A 1A
Octal 163 21 164 1 125 0 67 453 112 32
Binary 1110011 10001 1110100 1 1010101 0 110111 100101011 1001010 11010

Color Harmonies of #731174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731174

Black with #731174

Text Example


Text Example

White with #731174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731174; }

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

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

background-color css

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

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

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

border-color css

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

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

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