Html Css Color HEX #743072 Seance

📋 copy color: '#743072'

red 116 ◦ green 48 ◦ blue 114

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

Shades of Seance #743072

Tints of Seance #743072

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.27%

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

R = 41.73%
G = 17.27%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#743072 (or 0x743072) is known color: Seance. HEX triplet: 74, 30 and 72. RGB value is (116,48,114). Sum of RGB (Red+Green+Blue) = 116+48+114=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #743072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743072 is #8BCF8D. Grayscale: #4B4B4B. Windows color (decimal): -9162638 or 7483508. OLE color: 7483508.

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

Color convert

RGB 116 48 114 -
CMYK 0 0.59 0.02 0.55
HSL 301.76º 0.41% 0.32% -
HSV(B) 301.76º 0.59% 0.45% -
XYZ 11.3 7.04 16.68 -
YUV 75.86 149.53 156.63 -
System Red Green Blue C M Y K H S L
Decimal 116 48 114 0 0.59 0.02 0.55 301.76 0.41 0.32
Hex 74 30 72 0 3B 2 37 12E 29 20
Octal 164 60 162 0 73 2 67 456 51 40
Binary 1110100 110000 1110010 0 111011 10 110111 100101110 101001 100000

Color Harmonies of #743072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743072

Black with #743072

Text Example


Text Example

White with #743072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743072; }

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

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

background-color css

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

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

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

border-color css

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

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

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