Html Css Color HEX #701B83 Seance

📋 copy color: '#701B83'

red 112 ◦ green 27 ◦ blue 131

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

Shades of Seance #701B83

Tints of Seance #701B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 48.52%

R = 41.48%
G = 10%
B = 48.52%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#701B83 (or 0x701B83) is known color: Seance. HEX triplet: 70, 1B and 83. RGB value is (112,27,131). Sum of RGB (Red+Green+Blue) = 112+27+131=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #701B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701B83 is #8FE47C. Grayscale: #3F3F3F. Windows color (decimal): -9430141 or 8592240. OLE color: 8592240.

HSL color Cylindrical-coordinate representation of color #701B83: hue angle of 289.04º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701B83 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 27 131 -
CMYK 0.15 0.79 0 0.49
HSL 289.04º 0.66% 0.31% -
HSV(B) 289.04º 0.79% 0.51% -
XYZ 11.17 5.87 22.02 -
YUV 64.27 165.66 162.04 -
System Red Green Blue C M Y K H S L
Decimal 112 27 131 0.15 0.79 0 0.49 289.04 0.66 0.31
Hex 70 1B 83 F 4F 0 31 121 42 1F
Octal 160 33 203 17 117 0 61 441 102 37
Binary 1110000 11011 10000011 1111 1001111 0 110001 100100001 1000010 11111

Color Harmonies of #701B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701B83

Black with #701B83

Text Example


Text Example

White with #701B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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