Html Css Color HEX #70376C Seance

📋 copy color: '#70376C'

red 112 ◦ green 55 ◦ blue 108

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

Shades of Seance #70376C

Tints of Seance #70376C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.27%

R = 40.73%
G = 20%
B = 39.27%

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

#70376C (or 0x70376C) is known color: Seance. HEX triplet: 70, 37 and 6C. RGB value is (112,55,108). Sum of RGB (Red+Green+Blue) = 112+55+108=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #70376C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70376C is #8FC893. Grayscale: #4D4D4D. Windows color (decimal): -9422996 or 7092080. OLE color: 7092080.

HSL color Cylindrical-coordinate representation of color #70376C: hue angle of 304.21º 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 #70376C is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 55 108 -
CMYK 0 0.51 0.04 0.56
HSL 304.21º 0.34% 0.33% -
HSV(B) 304.21º 0.51% 0.44% -
XYZ 10.76 7.26 15.02 -
YUV 78.09 144.88 152.19 -
System Red Green Blue C M Y K H S L
Decimal 112 55 108 0 0.51 0.04 0.56 304.21 0.34 0.33
Hex 70 37 6C 0 33 4 38 130 22 21
Octal 160 67 154 0 63 4 70 460 42 41
Binary 1110000 110111 1101100 0 110011 100 111000 100110000 100010 100001

Color Harmonies of #70376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70376C

Black with #70376C

Text Example


Text Example

White with #70376C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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