Html Css Color HEX #742C76 Seance

📋 copy color: '#742C76'

red 116 ◦ green 44 ◦ blue 118

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

Shades of Seance #742C76

Tints of Seance #742C76

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.83%

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

R = 41.73%
G = 15.83%
B = 42.45%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#742C76 (or 0x742C76) is known color: Seance. HEX triplet: 74, 2C and 76. RGB value is (116,44,118). Sum of RGB (Red+Green+Blue) = 116+44+118=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 118 - color contains mainly: blue. Hex color #742C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742C76 is #8BD389. Grayscale: #494949. Windows color (decimal): -9163658 or 7744628. OLE color: 7744628.

HSL color Cylindrical-coordinate representation of color #742C76: hue angle of 298.38º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #742C76 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 44 118 -
CMYK 0.02 0.63 0 0.54
HSL 298.38º 0.46% 0.32% -
HSV(B) 298.38º 0.63% 0.46% -
XYZ 11.37 6.82 17.86 -
YUV 73.96 152.85 157.98 -
System Red Green Blue C M Y K H S L
Decimal 116 44 118 0.02 0.63 0 0.54 298.38 0.46 0.32
Hex 74 2C 76 2 3F 0 36 12A 2E 20
Octal 164 54 166 2 77 0 66 452 56 40
Binary 1110100 101100 1110110 10 111111 0 110110 100101010 101110 100000

Color Harmonies of #742C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742C76

Black with #742C76

Text Example


Text Example

White with #742C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742C76; }

 p { color: rgb(116,44,118); }

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

background-color css

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

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

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

border-color css

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

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

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