Html Css Color HEX #773071 Seance

📋 copy color: '#773071'

red 119 ◦ green 48 ◦ blue 113

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

Shades of Seance #773071

Tints of Seance #773071

RGB

 RED value IS 119 (46.88% from 255) = 42.5%

 GREEN value IS 48 (19.14% from 255) = 17.14%

 BLUE value IS 113 (44.53% from 255) = 40.36%

R = 42.5%
G = 17.14%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#773071 (or 0x773071) is known color: Seance. HEX triplet: 77, 30 and 71. RGB value is (119,48,113). Sum of RGB (Red+Green+Blue) = 119+48+113=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #773071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773071 is #88CF8E. Grayscale: #4C4C4C. Windows color (decimal): -8966031 or 7417975. OLE color: 7417975.

HSL color Cylindrical-coordinate representation of color #773071: hue angle of 305.07º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #773071 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 48 113 -
CMYK 0 0.60 0.05 0.53
HSL 305.07º 0.43% 0.33% -
HSV(B) 305.07º 0.6% 0.47% -
XYZ 11.65 7.23 16.4 -
YUV 76.64 148.52 158.21 -
System Red Green Blue C M Y K H S L
Decimal 119 48 113 0 0.60 0.05 0.53 305.07 0.43 0.33
Hex 77 30 71 0 3C 5 35 131 2B 21
Octal 167 60 161 0 74 5 65 461 53 41
Binary 1110111 110000 1110001 0 111100 101 110101 100110001 101011 100001

Color Harmonies of #773071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773071

Black with #773071

Text Example


Text Example

White with #773071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773071; }

 p { color: rgb(119,48,113); }

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

background-color css

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

 a { background-color: rgb(119,48,113); }

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

border-color css

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

 span { border-color: rgb(119,48,113); }

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