Html Css Color HEX #742978 Seance

📋 copy color: '#742978'

red 116 ◦ green 41 ◦ blue 120

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

Shades of Seance #742978

Tints of Seance #742978

RGB

 RED value IS 116 (45.7% from 255) = 41.88%

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

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

R = 41.88%
G = 14.8%
B = 43.32%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#742978 (or 0x742978) is known color: Seance. HEX triplet: 74, 29 and 78. RGB value is (116,41,120). Sum of RGB (Red+Green+Blue) = 116+41+120=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 120 - color contains mainly: blue. Hex color #742978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742978 is #8BD687. Grayscale: #484848. Windows color (decimal): -9164424 or 7874932. OLE color: 7874932.

HSL color Cylindrical-coordinate representation of color #742978: hue angle of 296.96º 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 #742978 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 41 120 -
CMYK 0.03 0.66 0 0.53
HSL 296.96º 0.49% 0.32% -
HSV(B) 296.96º 0.66% 0.47% -
XYZ 11.39 6.65 18.45 -
YUV 72.43 154.85 159.08 -
System Red Green Blue C M Y K H S L
Decimal 116 41 120 0.03 0.66 0 0.53 296.96 0.49 0.32
Hex 74 29 78 3 42 0 35 129 31 20
Octal 164 51 170 3 102 0 65 451 61 40
Binary 1110100 101001 1111000 11 1000010 0 110101 100101001 110001 100000

Color Harmonies of #742978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742978

Black with #742978

Text Example


Text Example

White with #742978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742978; }

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

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

background-color css

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

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

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

border-color css

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

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

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