Html Css Color HEX #701C76 Seance

📋 copy color: '#701C76'

red 112 ◦ green 28 ◦ blue 118

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

Shades of Seance #701C76

Tints of Seance #701C76

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.85%

 BLUE value IS 118 (46.48% from 255) = 45.74%

R = 43.41%
G = 10.85%
B = 45.74%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#701C76 (or 0x701C76) is known color: Seance. HEX triplet: 70, 1C and 76. RGB value is (112,28,118). Sum of RGB (Red+Green+Blue) = 112+28+118=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 118 - color contains mainly: blue. Hex color #701C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701C76 is #8FE389. Grayscale: #3F3F3F. Windows color (decimal): -9429898 or 7740528. OLE color: 7740528.

HSL color Cylindrical-coordinate representation of color #701C76: hue angle of 296º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #701C76 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 28 118 -
CMYK 0.05 0.76 0 0.54
HSL 296º 0.62% 0.29% -
HSV(B) 296º 0.76% 0.46% -
XYZ 10.37 5.58 17.67 -
YUV 63.38 158.83 162.68 -
System Red Green Blue C M Y K H S L
Decimal 112 28 118 0.05 0.76 0 0.54 296 0.62 0.29
Hex 70 1C 76 5 4C 0 36 128 3E 1D
Octal 160 34 166 5 114 0 66 450 76 35
Binary 1110000 11100 1110110 101 1001100 0 110110 100101000 111110 11101

Color Harmonies of #701C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701C76

Black with #701C76

Text Example


Text Example

White with #701C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701C76; }

 p { color: rgb(112,28,118); }

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

background-color css

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

 a { background-color: rgb(112,28,118); }

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

border-color css

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

 span { border-color: rgb(112,28,118); }

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