Html Css Color HEX #702277 Seance

📋 copy color: '#702277'

red 112 ◦ green 34 ◦ blue 119

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

Shades of Seance #702277

Tints of Seance #702277

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.83%

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

R = 42.26%
G = 12.83%
B = 44.91%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#702277 (or 0x702277) is known color: Seance. HEX triplet: 70, 22 and 77. RGB value is (112,34,119). Sum of RGB (Red+Green+Blue) = 112+34+119=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #702277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702277 is #8FDD88. Grayscale: #424242. Windows color (decimal): -9428361 or 7807600. OLE color: 7807600.

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

Color convert

RGB 112 34 119 -
CMYK 0.06 0.71 0 0.53
HSL 295.06º 0.56% 0.3% -
HSV(B) 295.06º 0.71% 0.47% -
XYZ 10.58 5.92 18.04 -
YUV 67.01 157.34 160.09 -
System Red Green Blue C M Y K H S L
Decimal 112 34 119 0.06 0.71 0 0.53 295.06 0.56 0.3
Hex 70 22 77 6 47 0 35 127 38 1E
Octal 160 42 167 6 107 0 65 447 70 36
Binary 1110000 100010 1110111 110 1000111 0 110101 100100111 111000 11110

Color Harmonies of #702277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702277

Black with #702277

Text Example


Text Example

White with #702277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702277; }

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

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

background-color css

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

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

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

border-color css

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

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

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