Html Css Color HEX #731295 Purple

📋 copy color: '#731295'

red 115 ◦ green 18 ◦ blue 149

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

Shades of Purple #731295

Tints of Purple #731295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.38%

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

R = 40.78%
G = 6.38%
B = 52.84%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#731295 (or 0x731295) is known color: Purple. HEX triplet: 73, 12 and 95. RGB value is (115,18,149). Sum of RGB (Red+Green+Blue) = 115+18+149=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #731295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731295 is #8CED6A. Grayscale: #3D3D3D. Windows color (decimal): -9235819 or 9769587. OLE color: 9769587.

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

Color convert

RGB 115 18 149 -
CMYK 0.23 0.88 0 0.42
HSL 284.43º 0.78% 0.33% -
HSV(B) 284.43º 0.88% 0.58% -
XYZ 12.71 6.25 28.97 -
YUV 61.94 177.14 165.85 -
System Red Green Blue C M Y K H S L
Decimal 115 18 149 0.23 0.88 0 0.42 284.43 0.78 0.33
Hex 73 12 95 17 58 0 2A 11C 4E 21
Octal 163 22 225 27 130 0 52 434 116 41
Binary 1110011 10010 10010101 10111 1011000 0 101010 100011100 1001110 100001

Color Harmonies of #731295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731295

Black with #731295

Text Example


Text Example

White with #731295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731295; }

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

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

background-color css

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

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

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

border-color css

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

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

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