Html Css Color HEX #743370 Seance

📋 copy color: '#743370'

red 116 ◦ green 51 ◦ blue 112

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

Shades of Seance #743370

Tints of Seance #743370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.28%

 BLUE value IS 112 (44.14% from 255) = 40.14%

R = 41.58%
G = 18.28%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#743370 (or 0x743370) is known color: Seance. HEX triplet: 74, 33 and 70. RGB value is (116,51,112). Sum of RGB (Red+Green+Blue) = 116+51+112=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #743370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743370 is #8BCC8F. Grayscale: #4D4D4D. Windows color (decimal): -9161872 or 7353204. OLE color: 7353204.

HSL color Cylindrical-coordinate representation of color #743370: hue angle of 303.69º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #743370 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 51 112 -
CMYK 0 0.56 0.03 0.55
HSL 303.69º 0.39% 0.33% -
HSV(B) 303.69º 0.56% 0.45% -
XYZ 11.31 7.25 16.13 -
YUV 77.39 147.53 155.54 -
System Red Green Blue C M Y K H S L
Decimal 116 51 112 0 0.56 0.03 0.55 303.69 0.39 0.33
Hex 74 33 70 0 38 3 37 130 27 21
Octal 164 63 160 0 70 3 67 460 47 41
Binary 1110100 110011 1110000 0 111000 11 110111 100110000 100111 100001

Color Harmonies of #743370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743370

Black with #743370

Text Example


Text Example

White with #743370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743370; }

 p { color: rgb(116,51,112); }

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

background-color css

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

 a { background-color: rgb(116,51,112); }

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

border-color css

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

 span { border-color: rgb(116,51,112); }

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