Html Css Color HEX #731195 Purple

📋 copy color: '#731195'

red 115 ◦ green 17 ◦ blue 149

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

Shades of Purple #731195

Tints of Purple #731195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.02%

R = 40.93%
G = 6.05%
B = 53.02%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#731195 (or 0x731195) is known color: Purple. HEX triplet: 73, 11 and 95. RGB value is (115,17,149). Sum of RGB (Red+Green+Blue) = 115+17+149=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #731195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731195 is #8CEE6A. Grayscale: #3C3C3C. Windows color (decimal): -9236075 or 9769331. OLE color: 9769331.

HSL color Cylindrical-coordinate representation of color #731195: hue angle of 284.55º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #731195 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 17 149 -
CMYK 0.23 0.89 0 0.42
HSL 284.55º 0.8% 0.33% -
HSV(B) 284.55º 0.89% 0.58% -
XYZ 12.7 6.22 28.96 -
YUV 61.35 177.47 166.27 -
System Red Green Blue C M Y K H S L
Decimal 115 17 149 0.23 0.89 0 0.42 284.55 0.8 0.33
Hex 73 11 95 17 59 0 2A 11D 50 21
Octal 163 21 225 27 131 0 52 435 120 41
Binary 1110011 10001 10010101 10111 1011001 0 101010 100011101 1010000 100001

Color Harmonies of #731195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731195

Black with #731195

Text Example


Text Example

White with #731195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731195; }

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

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

background-color css

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

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

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

border-color css

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

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

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