Html Css Color HEX #731D82 Seance

📋 copy color: '#731D82'

red 115 ◦ green 29 ◦ blue 130

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

Shades of Seance #731D82

Tints of Seance #731D82

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.58%

 BLUE value IS 130 (51.17% from 255) = 47.45%

R = 41.97%
G = 10.58%
B = 47.45%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#731D82 (or 0x731D82) is known color: Seance. HEX triplet: 73, 1D and 82. RGB value is (115,29,130). Sum of RGB (Red+Green+Blue) = 115+29+130=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #731D82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731D82 is #8CE27D. Grayscale: #414141. Windows color (decimal): -9233022 or 8527219. OLE color: 8527219.

HSL color Cylindrical-coordinate representation of color #731D82: hue angle of 291.09º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #731D82 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 29 130 -
CMYK 0.12 0.78 0 0.49
HSL 291.09º 0.64% 0.31% -
HSV(B) 291.09º 0.78% 0.51% -
XYZ 11.54 6.14 21.7 -
YUV 66.23 163.99 162.79 -
System Red Green Blue C M Y K H S L
Decimal 115 29 130 0.12 0.78 0 0.49 291.09 0.64 0.31
Hex 73 1D 82 C 4E 0 31 123 40 1F
Octal 163 35 202 14 116 0 61 443 100 37
Binary 1110011 11101 10000010 1100 1001110 0 110001 100100011 1000000 11111

Color Harmonies of #731D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D82

Black with #731D82

Text Example


Text Example

White with #731D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,29,130); }

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

background-color css

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

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

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

border-color css

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

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

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