Html Css Color HEX #742D72 Seance

📋 copy color: '#742D72'

red 116 ◦ green 45 ◦ blue 114

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

Shades of Seance #742D72

Tints of Seance #742D72

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.36%

 BLUE value IS 114 (44.92% from 255) = 41.45%

R = 42.18%
G = 16.36%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#742D72 (or 0x742D72) is known color: Seance. HEX triplet: 74, 2D and 72. RGB value is (116,45,114). Sum of RGB (Red+Green+Blue) = 116+45+114=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #742D72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742D72 is #8BD28D. Grayscale: #494949. Windows color (decimal): -9163406 or 7482740. OLE color: 7482740.

HSL color Cylindrical-coordinate representation of color #742D72: hue angle of 301.69º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #742D72 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 45 114 -
CMYK 0 0.61 0.02 0.55
HSL 301.69º 0.44% 0.32% -
HSV(B) 301.69º 0.61% 0.45% -
XYZ 11.18 6.8 16.64 -
YUV 74.1 150.52 157.89 -
System Red Green Blue C M Y K H S L
Decimal 116 45 114 0 0.61 0.02 0.55 301.69 0.44 0.32
Hex 74 2D 72 0 3D 2 37 12E 2C 20
Octal 164 55 162 0 75 2 67 456 54 40
Binary 1110100 101101 1110010 0 111101 10 110111 100101110 101100 100000

Color Harmonies of #742D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742D72

Black with #742D72

Text Example


Text Example

White with #742D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,45,114); }

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

background-color css

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

 a { background-color: rgb(116,45,114); }

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

border-color css

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

 span { border-color: rgb(116,45,114); }

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