Html Css Color HEX #742972 Seance

📋 copy color: '#742972'

red 116 ◦ green 41 ◦ blue 114

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

Shades of Seance #742972

Tints of Seance #742972

RGB

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

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

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

R = 42.8%
G = 15.13%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#742972 (or 0x742972) is known color: Seance. HEX triplet: 74, 29 and 72. RGB value is (116,41,114). Sum of RGB (Red+Green+Blue) = 116+41+114=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #742972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742972 is #8BD68D. Grayscale: #474747. Windows color (decimal): -9164430 or 7481716. OLE color: 7481716.

HSL color Cylindrical-coordinate representation of color #742972: hue angle of 301.6º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #742972 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 41 114 -
CMYK 0 0.65 0.02 0.55
HSL 301.6º 0.48% 0.31% -
HSV(B) 301.6º 0.65% 0.45% -
XYZ 11.03 6.51 16.6 -
YUV 71.75 151.85 159.56 -
System Red Green Blue C M Y K H S L
Decimal 116 41 114 0 0.65 0.02 0.55 301.6 0.48 0.31
Hex 74 29 72 0 41 2 37 12E 30 1F
Octal 164 51 162 0 101 2 67 456 60 37
Binary 1110100 101001 1110010 0 1000001 10 110111 100101110 110000 11111

Color Harmonies of #742972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742972

Black with #742972

Text Example


Text Example

White with #742972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742972; }

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

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

background-color css

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

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

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

border-color css

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

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

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