Html Css Color HEX #763071 Seance

📋 copy color: '#763071'

red 118 ◦ green 48 ◦ blue 113

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

Shades of Seance #763071

Tints of Seance #763071

RGB

 RED value IS 118 (46.48% from 255) = 42.29%

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

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

R = 42.29%
G = 17.2%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#763071 (or 0x763071) is known color: Seance. HEX triplet: 76, 30 and 71. RGB value is (118,48,113). Sum of RGB (Red+Green+Blue) = 118+48+113=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #763071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763071 is #89CF8E. Grayscale: #4C4C4C. Windows color (decimal): -9031567 or 7417974. OLE color: 7417974.

HSL color Cylindrical-coordinate representation of color #763071: hue angle of 304.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #763071 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 48 113 -
CMYK 0 0.59 0.04 0.54
HSL 304.29º 0.42% 0.33% -
HSV(B) 304.29º 0.59% 0.46% -
XYZ 11.51 7.16 16.4 -
YUV 76.34 148.69 157.71 -
System Red Green Blue C M Y K H S L
Decimal 118 48 113 0 0.59 0.04 0.54 304.29 0.42 0.33
Hex 76 30 71 0 3B 4 36 130 2A 21
Octal 166 60 161 0 73 4 66 460 52 41
Binary 1110110 110000 1110001 0 111011 100 110110 100110000 101010 100001

Color Harmonies of #763071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763071

Black with #763071

Text Example


Text Example

White with #763071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763071; }

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

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

background-color css

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

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

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

border-color css

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

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

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