Html Css Color HEX #742879 Seance

📋 copy color: '#742879'

red 116 ◦ green 40 ◦ blue 121

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

Shades of Seance #742879

Tints of Seance #742879

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.44%

 BLUE value IS 121 (47.66% from 255) = 43.68%

R = 41.88%
G = 14.44%
B = 43.68%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#742879 (or 0x742879) is known color: Seance. HEX triplet: 74, 28 and 79. RGB value is (116,40,121). Sum of RGB (Red+Green+Blue) = 116+40+121=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #742879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742879 is #8BD786. Grayscale: #474747. Windows color (decimal): -9164679 or 7940212. OLE color: 7940212.

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

Color convert

RGB 116 40 121 -
CMYK 0.04 0.67 0 0.53
HSL 296.3º 0.5% 0.32% -
HSV(B) 296.3º 0.67% 0.47% -
XYZ 11.41 6.61 18.76 -
YUV 71.96 155.68 159.41 -
System Red Green Blue C M Y K H S L
Decimal 116 40 121 0.04 0.67 0 0.53 296.3 0.5 0.32
Hex 74 28 79 4 43 0 35 128 32 20
Octal 164 50 171 4 103 0 65 450 62 40
Binary 1110100 101000 1111001 100 1000011 0 110101 100101000 110010 100000

Color Harmonies of #742879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742879

Black with #742879

Text Example


Text Example

White with #742879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742879; }

 p { color: rgb(116,40,121); }

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

background-color css

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

 a { background-color: rgb(116,40,121); }

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

border-color css

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

 span { border-color: rgb(116,40,121); }

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