Html Css Color HEX #731192 Purple

📋 copy color: '#731192'

red 115 ◦ green 17 ◦ blue 146

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

Shades of Purple #731192

Tints of Purple #731192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.52%

R = 41.37%
G = 6.12%
B = 52.52%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#731192 (or 0x731192) is known color: Purple. HEX triplet: 73, 11 and 92. RGB value is (115,17,146). Sum of RGB (Red+Green+Blue) = 115+17+146=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #731192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731192 is #8CEE6D. Grayscale: #3C3C3C. Windows color (decimal): -9236078 or 9572723. OLE color: 9572723.

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

Color convert

RGB 115 17 146 -
CMYK 0.21 0.88 0 0.43
HSL 285.58º 0.79% 0.32% -
HSV(B) 285.58º 0.88% 0.57% -
XYZ 12.46 6.12 27.72 -
YUV 61.01 175.97 166.51 -
System Red Green Blue C M Y K H S L
Decimal 115 17 146 0.21 0.88 0 0.43 285.58 0.79 0.32
Hex 73 11 92 15 58 0 2B 11E 4F 20
Octal 163 21 222 25 130 0 53 436 117 40
Binary 1110011 10001 10010010 10101 1011000 0 101011 100011110 1001111 100000

Color Harmonies of #731192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731192

Black with #731192

Text Example


Text Example

White with #731192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731192; }

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

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

background-color css

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

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

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

border-color css

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

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

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