Html Css Color HEX #702182 Seance

📋 copy color: '#702182'

red 112 ◦ green 33 ◦ blue 130

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

Shades of Seance #702182

Tints of Seance #702182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 47.27%

R = 40.73%
G = 12%
B = 47.27%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#702182 (or 0x702182) is known color: Seance. HEX triplet: 70, 21 and 82. RGB value is (112,33,130). Sum of RGB (Red+Green+Blue) = 112+33+130=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #702182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702182 is #8FDE7D. Grayscale: #434343. Windows color (decimal): -9428606 or 8528240. OLE color: 8528240.

HSL color Cylindrical-coordinate representation of color #702182: hue angle of 288.87º 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 #702182 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 33 130 -
CMYK 0.14 0.75 0 0.49
HSL 288.87º 0.6% 0.32% -
HSV(B) 288.87º 0.75% 0.51% -
XYZ 11.26 6.14 21.71 -
YUV 67.68 163.17 159.61 -
System Red Green Blue C M Y K H S L
Decimal 112 33 130 0.14 0.75 0 0.49 288.87 0.6 0.32
Hex 70 21 82 E 4B 0 31 121 3C 20
Octal 160 41 202 16 113 0 61 441 74 40
Binary 1110000 100001 10000010 1110 1001011 0 110001 100100001 111100 100000

Color Harmonies of #702182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702182

Black with #702182

Text Example


Text Example

White with #702182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702182; }

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

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

background-color css

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

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

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

border-color css

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

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

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