Html Css Color HEX #762971 Seance

📋 copy color: '#762971'

red 118 ◦ green 41 ◦ blue 113

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

Shades of Seance #762971

Tints of Seance #762971

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.07%

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

R = 43.38%
G = 15.07%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#762971 (or 0x762971) is known color: Seance. HEX triplet: 76, 29 and 71. RGB value is (118,41,113). Sum of RGB (Red+Green+Blue) = 118+41+113=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #762971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762971 is #89D68E. Grayscale: #484848. Windows color (decimal): -9033359 or 7416182. OLE color: 7416182.

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

Color convert

RGB 118 41 113 -
CMYK 0 0.65 0.04 0.54
HSL 303.9º 0.48% 0.31% -
HSV(B) 303.9º 0.65% 0.46% -
XYZ 11.24 6.63 16.31 -
YUV 72.23 151.01 160.65 -
System Red Green Blue C M Y K H S L
Decimal 118 41 113 0 0.65 0.04 0.54 303.9 0.48 0.31
Hex 76 29 71 0 41 4 36 130 30 1F
Octal 166 51 161 0 101 4 66 460 60 37
Binary 1110110 101001 1110001 0 1000001 100 110110 100110000 110000 11111

Color Harmonies of #762971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762971

Black with #762971

Text Example


Text Example

White with #762971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762971; }

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

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

background-color css

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

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

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

border-color css

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

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

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