Html Css Color HEX #70376B Seance

📋 copy color: '#70376B'

red 112 ◦ green 55 ◦ blue 107

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

Shades of Seance #70376B

Tints of Seance #70376B

RGB

 RED value IS 112 (44.14% from 255) = 40.88%

 GREEN value IS 55 (21.88% from 255) = 20.07%

 BLUE value IS 107 (42.19% from 255) = 39.05%

R = 40.88%
G = 20.07%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#70376B (or 0x70376B) is known color: Seance. HEX triplet: 70, 37 and 6B. RGB value is (112,55,107). Sum of RGB (Red+Green+Blue) = 112+55+107=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #70376B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70376B is #8FC894. Grayscale: #4D4D4D. Windows color (decimal): -9422997 or 7026544. OLE color: 7026544.

HSL color Cylindrical-coordinate representation of color #70376B: hue angle of 305.26º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70376B is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 55 107 -
CMYK 0 0.51 0.04 0.56
HSL 305.26º 0.34% 0.33% -
HSV(B) 305.26º 0.51% 0.44% -
XYZ 10.7 7.24 14.74 -
YUV 77.97 144.38 152.27 -
System Red Green Blue C M Y K H S L
Decimal 112 55 107 0 0.51 0.04 0.56 305.26 0.34 0.33
Hex 70 37 6B 0 33 4 38 131 22 21
Octal 160 67 153 0 63 4 70 461 42 41
Binary 1110000 110111 1101011 0 110011 100 111000 100110001 100010 100001

Color Harmonies of #70376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70376B

Black with #70376B

Text Example


Text Example

White with #70376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70376B; }

 p { color: rgb(112,55,107); }

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

background-color css

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

 a { background-color: rgb(112,55,107); }

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

border-color css

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

 span { border-color: rgb(112,55,107); }

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