Html Css Color HEX #701D78 Seance

📋 copy color: '#701D78'

red 112 ◦ green 29 ◦ blue 120

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

Shades of Seance #701D78

Tints of Seance #701D78

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.11%

 BLUE value IS 120 (47.27% from 255) = 45.98%

R = 42.91%
G = 11.11%
B = 45.98%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#701D78 (or 0x701D78) is known color: Seance. HEX triplet: 70, 1D and 78. RGB value is (112,29,120). Sum of RGB (Red+Green+Blue) = 112+29+120=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 29 (11.72% from 255 or 11.11% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #701D78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701D78 is #8FE287. Grayscale: #3F3F3F. Windows color (decimal): -9429640 or 7871856. OLE color: 7871856.

HSL color Cylindrical-coordinate representation of color #701D78: hue angle of 294.73º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #701D78 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 29 120 -
CMYK 0.07 0.76 0 0.53
HSL 294.73º 0.61% 0.29% -
HSV(B) 294.73º 0.76% 0.47% -
XYZ 10.51 5.68 18.31 -
YUV 64.19 159.5 162.1 -
System Red Green Blue C M Y K H S L
Decimal 112 29 120 0.07 0.76 0 0.53 294.73 0.61 0.29
Hex 70 1D 78 7 4C 0 35 127 3D 1D
Octal 160 35 170 7 114 0 65 447 75 35
Binary 1110000 11101 1111000 111 1001100 0 110101 100100111 111101 11101

Color Harmonies of #701D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701D78

Black with #701D78

Text Example


Text Example

White with #701D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,29,120); }

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

background-color css

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

 a { background-color: rgb(112,29,120); }

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

border-color css

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

 span { border-color: rgb(112,29,120); }

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