Html Css Color HEX #762978 Seance

📋 copy color: '#762978'

red 118 ◦ green 41 ◦ blue 120

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

Shades of Seance #762978

Tints of Seance #762978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.01%

R = 42.29%
G = 14.7%
B = 43.01%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#762978 (or 0x762978) is known color: Seance. HEX triplet: 76, 29 and 78. RGB value is (118,41,120). Sum of RGB (Red+Green+Blue) = 118+41+120=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 120 - color contains mainly: blue. Hex color #762978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762978 is #89D687. Grayscale: #484848. Windows color (decimal): -9033352 or 7874934. OLE color: 7874934.

HSL color Cylindrical-coordinate representation of color #762978: hue angle of 298.48º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #762978 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 41 120 -
CMYK 0.02 0.66 0 0.53
HSL 298.48º 0.49% 0.32% -
HSV(B) 298.48º 0.66% 0.47% -
XYZ 11.65 6.79 18.47 -
YUV 73.03 154.51 160.08 -
System Red Green Blue C M Y K H S L
Decimal 118 41 120 0.02 0.66 0 0.53 298.48 0.49 0.32
Hex 76 29 78 2 42 0 35 12A 31 20
Octal 166 51 170 2 102 0 65 452 61 40
Binary 1110110 101001 1111000 10 1000010 0 110101 100101010 110001 100000

Color Harmonies of #762978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762978

Black with #762978

Text Example


Text Example

White with #762978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762978; }

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

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

background-color css

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

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

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

border-color css

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

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

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