Html Css Color HEX #701879 Seance

📋 copy color: '#701879'

red 112 ◦ green 24 ◦ blue 121

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

Shades of Seance #701879

Tints of Seance #701879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.34%

 BLUE value IS 121 (47.66% from 255) = 47.08%

R = 43.58%
G = 9.34%
B = 47.08%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#701879 (or 0x701879) is known color: Seance. HEX triplet: 70, 18 and 79. RGB value is (112,24,121). Sum of RGB (Red+Green+Blue) = 112+24+121=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 121 - color contains mainly: blue. Hex color #701879 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701879 is #8FE786. Grayscale: #3D3D3D. Windows color (decimal): -9430919 or 7936112. OLE color: 7936112.

HSL color Cylindrical-coordinate representation of color #701879: hue angle of 294.43º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701879 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 24 121 -
CMYK 0.07 0.80 0 0.53
HSL 294.43º 0.67% 0.28% -
HSV(B) 294.43º 0.8% 0.47% -
XYZ 10.46 5.48 18.6 -
YUV 61.37 161.65 164.11 -
System Red Green Blue C M Y K H S L
Decimal 112 24 121 0.07 0.80 0 0.53 294.43 0.67 0.28
Hex 70 18 79 7 50 0 35 126 43 1C
Octal 160 30 171 7 120 0 65 446 103 34
Binary 1110000 11000 1111001 111 1010000 0 110101 100100110 1000011 11100

Color Harmonies of #701879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701879

Black with #701879

Text Example


Text Example

White with #701879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701879; }

 p { color: rgb(112,24,121); }

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

background-color css

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

 a { background-color: rgb(112,24,121); }

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

border-color css

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

 span { border-color: rgb(112,24,121); }

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