Html Css Color HEX #701B75 Seance

📋 copy color: '#701B75'

red 112 ◦ green 27 ◦ blue 117

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

Shades of Seance #701B75

Tints of Seance #701B75

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.55%

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

R = 43.75%
G = 10.55%
B = 45.7%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#701B75 (or 0x701B75) is known color: Seance. HEX triplet: 70, 1B and 75. RGB value is (112,27,117). Sum of RGB (Red+Green+Blue) = 112+27+117=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #701B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701B75 is #8FE48A. Grayscale: #3E3E3E. Windows color (decimal): -9430155 or 7674736. OLE color: 7674736.

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

Color convert

RGB 112 27 117 -
CMYK 0.04 0.77 0 0.54
HSL 296.67º 0.63% 0.28% -
HSV(B) 296.67º 0.77% 0.46% -
XYZ 10.28 5.51 17.35 -
YUV 62.68 158.66 163.18 -
System Red Green Blue C M Y K H S L
Decimal 112 27 117 0.04 0.77 0 0.54 296.67 0.63 0.28
Hex 70 1B 75 4 4D 0 36 129 3E 1C
Octal 160 33 165 4 115 0 66 451 76 34
Binary 1110000 11011 1110101 100 1001101 0 110110 100101001 111110 11100

Color Harmonies of #701B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701B75

Black with #701B75

Text Example


Text Example

White with #701B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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