Html Css Color HEX #701C75 Seance

📋 copy color: '#701C75'

red 112 ◦ green 28 ◦ blue 117

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

Shades of Seance #701C75

Tints of Seance #701C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.53%

R = 43.58%
G = 10.89%
B = 45.53%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#701C75 (or 0x701C75) is known color: Seance. HEX triplet: 70, 1C and 75. RGB value is (112,28,117). Sum of RGB (Red+Green+Blue) = 112+28+117=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #701C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701C75 is #8FE38A. Grayscale: #3E3E3E. Windows color (decimal): -9429899 or 7674992. OLE color: 7674992.

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

Color convert

RGB 112 28 117 -
CMYK 0.04 0.76 0 0.54
HSL 296.63º 0.61% 0.28% -
HSV(B) 296.63º 0.76% 0.46% -
XYZ 10.31 5.56 17.36 -
YUV 63.26 158.33 162.76 -
System Red Green Blue C M Y K H S L
Decimal 112 28 117 0.04 0.76 0 0.54 296.63 0.61 0.28
Hex 70 1C 75 4 4C 0 36 129 3D 1C
Octal 160 34 165 4 114 0 66 451 75 34
Binary 1110000 11100 1110101 100 1001100 0 110110 100101001 111101 11100

Color Harmonies of #701C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701C75

Black with #701C75

Text Example


Text Example

White with #701C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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