Html Css Color HEX #702177 Seance

📋 copy color: '#702177'

red 112 ◦ green 33 ◦ blue 119

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

Shades of Seance #702177

Tints of Seance #702177

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.5%

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

R = 42.42%
G = 12.5%
B = 45.08%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#702177 (or 0x702177) is known color: Seance. HEX triplet: 70, 21 and 77. RGB value is (112,33,119). Sum of RGB (Red+Green+Blue) = 112+33+119=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #702177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702177 is #8FDE88. Grayscale: #424242. Windows color (decimal): -9428617 or 7807344. OLE color: 7807344.

HSL color Cylindrical-coordinate representation of color #702177: hue angle of 295.12º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #702177 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 33 119 -
CMYK 0.06 0.72 0 0.53
HSL 295.12º 0.57% 0.3% -
HSV(B) 295.12º 0.72% 0.47% -
XYZ 10.56 5.86 18.03 -
YUV 66.43 157.67 160.51 -
System Red Green Blue C M Y K H S L
Decimal 112 33 119 0.06 0.72 0 0.53 295.12 0.57 0.3
Hex 70 21 77 6 48 0 35 127 39 1E
Octal 160 41 167 6 110 0 65 447 71 36
Binary 1110000 100001 1110111 110 1001000 0 110101 100100111 111001 11110

Color Harmonies of #702177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702177

Black with #702177

Text Example


Text Example

White with #702177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702177; }

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

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

background-color css

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

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

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

border-color css

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

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

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