Html Css Color HEX #731190 Purple

📋 copy color: '#731190'

red 115 ◦ green 17 ◦ blue 144

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

Shades of Purple #731190

Tints of Purple #731190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.17%

R = 41.67%
G = 6.16%
B = 52.17%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#731190 (or 0x731190) is known color: Purple. HEX triplet: 73, 11 and 90. RGB value is (115,17,144). Sum of RGB (Red+Green+Blue) = 115+17+144=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #731190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731190 is #8CEE6F. Grayscale: #3C3C3C. Windows color (decimal): -9236080 or 9441651. OLE color: 9441651.

HSL color Cylindrical-coordinate representation of color #731190: hue angle of 286.3º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731190 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 17 144 -
CMYK 0.20 0.88 0 0.44
HSL 286.3º 0.79% 0.32% -
HSV(B) 286.3º 0.88% 0.56% -
XYZ 12.3 6.06 26.91 -
YUV 60.78 174.97 166.67 -
System Red Green Blue C M Y K H S L
Decimal 115 17 144 0.20 0.88 0 0.44 286.3 0.79 0.32
Hex 73 11 90 14 58 0 2C 11E 4F 20
Octal 163 21 220 24 130 0 54 436 117 40
Binary 1110011 10001 10010000 10100 1011000 0 101100 100011110 1001111 100000

Color Harmonies of #731190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731190

Black with #731190

Text Example


Text Example

White with #731190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731190; }

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

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

background-color css

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

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

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

border-color css

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

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

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