Html Css Color HEX #731F73 Seance

📋 copy color: '#731F73'

red 115 ◦ green 31 ◦ blue 115

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

Shades of Seance #731F73

Tints of Seance #731F73

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.88%

 BLUE value IS 115 (45.31% from 255) = 44.06%

R = 44.06%
G = 11.88%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#731F73 (or 0x731F73) is known color: Seance. HEX triplet: 73, 1F and 73. RGB value is (115,31,115). Sum of RGB (Red+Green+Blue) = 115+31+115=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #731F73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731F73 is #8CE08C. Grayscale: #414141. Windows color (decimal): -9232525 or 7544691. OLE color: 7544691.

HSL color Cylindrical-coordinate representation of color #731F73: hue angle of 300º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #731F73 is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 31 115 -
CMYK 0 0.73 0 0.55
HSL 300º 0.58% 0.29% -
HSV(B) 300º 0.73% 0.45% -
XYZ 10.65 5.86 16.79 -
YUV 65.69 155.83 163.17 -
System Red Green Blue C M Y K H S L
Decimal 115 31 115 0 0.73 0 0.55 300 0.58 0.29
Hex 73 1F 73 0 49 0 37 12C 3A 1D
Octal 163 37 163 0 111 0 67 454 72 35
Binary 1110011 11111 1110011 0 1001001 0 110111 100101100 111010 11101

Color Harmonies of #731F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731F73

Black with #731F73

Text Example


Text Example

White with #731F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731F73; }

 p { color: rgb(115,31,115); }

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

background-color css

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

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

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

border-color css

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

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

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