Html Css Color HEX #762976 Seance

📋 copy color: '#762976'

red 118 ◦ green 41 ◦ blue 118

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

Shades of Seance #762976

Tints of Seance #762976

RGB

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

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

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

R = 42.6%
G = 14.8%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#762976 (or 0x762976) is known color: Seance. HEX triplet: 76, 29 and 76. RGB value is (118,41,118). Sum of RGB (Red+Green+Blue) = 118+41+118=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #762976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762976 is #89D689. Grayscale: #484848. Windows color (decimal): -9033354 or 7743862. OLE color: 7743862.

HSL color Cylindrical-coordinate representation of color #762976: hue angle of 300º 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 #762976 is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 41 118 -
CMYK 0 0.65 0 0.54
HSL 300º 0.48% 0.31% -
HSV(B) 300º 0.65% 0.46% -
XYZ 11.53 6.75 17.83 -
YUV 72.8 153.51 160.24 -
System Red Green Blue C M Y K H S L
Decimal 118 41 118 0 0.65 0 0.54 300 0.48 0.31
Hex 76 29 76 0 41 0 36 12C 30 1F
Octal 166 51 166 0 101 0 66 454 60 37
Binary 1110110 101001 1110110 0 1000001 0 110110 100101100 110000 11111

Color Harmonies of #762976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762976

Black with #762976

Text Example


Text Example

White with #762976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762976; }

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

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

background-color css

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

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

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

border-color css

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

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

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