Html Css Color HEX #702081 Seance

📋 copy color: '#702081'

red 112 ◦ green 32 ◦ blue 129

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

Shades of Seance #702081

Tints of Seance #702081

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.72%

 BLUE value IS 129 (50.78% from 255) = 47.25%

R = 41.03%
G = 11.72%
B = 47.25%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#702081 (or 0x702081) is known color: Seance. HEX triplet: 70, 20 and 81. RGB value is (112,32,129). Sum of RGB (Red+Green+Blue) = 112+32+129=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #702081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702081 is #8FDF7E. Grayscale: #424242. Windows color (decimal): -9428863 or 8462448. OLE color: 8462448.

HSL color Cylindrical-coordinate representation of color #702081: hue angle of 289.48º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #702081 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 32 129 -
CMYK 0.13 0.75 0 0.49
HSL 289.48º 0.6% 0.32% -
HSV(B) 289.48º 0.75% 0.51% -
XYZ 11.16 6.06 21.35 -
YUV 66.98 163 160.11 -
System Red Green Blue C M Y K H S L
Decimal 112 32 129 0.13 0.75 0 0.49 289.48 0.6 0.32
Hex 70 20 81 D 4B 0 31 121 3C 20
Octal 160 40 201 15 113 0 61 441 74 40
Binary 1110000 100000 10000001 1101 1001011 0 110001 100100001 111100 100000

Color Harmonies of #702081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702081

Black with #702081

Text Example


Text Example

White with #702081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702081; }

 p { color: rgb(112,32,129); }

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

background-color css

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

 a { background-color: rgb(112,32,129); }

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

border-color css

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

 span { border-color: rgb(112,32,129); }

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