Html Css Color HEX #731D76 Seance

📋 copy color: '#731D76'

red 115 ◦ green 29 ◦ blue 118

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

Shades of Seance #731D76

Tints of Seance #731D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 45.04%

R = 43.89%
G = 11.07%
B = 45.04%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#731D76 (or 0x731D76) is known color: Seance. HEX triplet: 73, 1D and 76. RGB value is (115,29,118). Sum of RGB (Red+Green+Blue) = 115+29+118=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #731D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731D76 is #8CE289. Grayscale: #404040. Windows color (decimal): -9233034 or 7740787. OLE color: 7740787.

HSL color Cylindrical-coordinate representation of color #731D76: hue angle of 297.98º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #731D76 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 29 118 -
CMYK 0.03 0.75 0 0.54
HSL 297.98º 0.61% 0.29% -
HSV(B) 297.98º 0.75% 0.46% -
XYZ 10.78 5.83 17.7 -
YUV 64.86 157.99 163.76 -
System Red Green Blue C M Y K H S L
Decimal 115 29 118 0.03 0.75 0 0.54 297.98 0.61 0.29
Hex 73 1D 76 3 4B 0 36 12A 3D 1D
Octal 163 35 166 3 113 0 66 452 75 35
Binary 1110011 11101 1110110 11 1001011 0 110110 100101010 111101 11101

Color Harmonies of #731D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D76

Black with #731D76

Text Example


Text Example

White with #731D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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