Html Css Color HEX #701877 Seance

📋 copy color: '#701877'

red 112 ◦ green 24 ◦ blue 119

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

Shades of Seance #701877

Tints of Seance #701877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 46.67%

R = 43.92%
G = 9.41%
B = 46.67%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#701877 (or 0x701877) is known color: Seance. HEX triplet: 70, 18 and 77. RGB value is (112,24,119). Sum of RGB (Red+Green+Blue) = 112+24+119=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #701877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701877 is #8FE788. Grayscale: #3C3C3C. Windows color (decimal): -9430921 or 7805040. OLE color: 7805040.

HSL color Cylindrical-coordinate representation of color #701877: hue angle of 295.58º degrees, saturation: 0.66, 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 #701877 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 24 119 -
CMYK 0.06 0.80 0 0.53
HSL 295.58º 0.66% 0.28% -
HSV(B) 295.58º 0.8% 0.47% -
XYZ 10.34 5.43 17.96 -
YUV 61.14 160.65 164.28 -
System Red Green Blue C M Y K H S L
Decimal 112 24 119 0.06 0.80 0 0.53 295.58 0.66 0.28
Hex 70 18 77 6 50 0 35 128 42 1C
Octal 160 30 167 6 120 0 65 450 102 34
Binary 1110000 11000 1110111 110 1010000 0 110101 100101000 1000010 11100

Color Harmonies of #701877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701877

Black with #701877

Text Example


Text Example

White with #701877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701877; }

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

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

background-color css

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

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

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

border-color css

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

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

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