Html Css Color HEX #742077 Seance

📋 copy color: '#742077'

red 116 ◦ green 32 ◦ blue 119

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

Shades of Seance #742077

Tints of Seance #742077

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.99%

 BLUE value IS 119 (46.88% from 255) = 44.57%

R = 43.45%
G = 11.99%
B = 44.57%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#742077 (or 0x742077) is known color: Seance. HEX triplet: 74, 20 and 77. RGB value is (116,32,119). Sum of RGB (Red+Green+Blue) = 116+32+119=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #742077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742077 is #8BDF88. Grayscale: #424242. Windows color (decimal): -9166729 or 7807092. OLE color: 7807092.

HSL color Cylindrical-coordinate representation of color #742077: hue angle of 297.93º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #742077 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 32 119 -
CMYK 0.03 0.73 0 0.53
HSL 297.93º 0.58% 0.3% -
HSV(B) 297.93º 0.73% 0.47% -
XYZ 11.05 6.08 18.04 -
YUV 67.03 157.33 162.93 -
System Red Green Blue C M Y K H S L
Decimal 116 32 119 0.03 0.73 0 0.53 297.93 0.58 0.3
Hex 74 20 77 3 49 0 35 12A 3A 1E
Octal 164 40 167 3 111 0 65 452 72 36
Binary 1110100 100000 1110111 11 1001001 0 110101 100101010 111010 11110

Color Harmonies of #742077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742077

Black with #742077

Text Example


Text Example

White with #742077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742077; }

 p { color: rgb(116,32,119); }

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

background-color css

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

 a { background-color: rgb(116,32,119); }

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

border-color css

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

 span { border-color: rgb(116,32,119); }

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