Html Css Color HEX #702082 Seance

📋 copy color: '#702082'

red 112 ◦ green 32 ◦ blue 130

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

Shades of Seance #702082

Tints of Seance #702082

RGB

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

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

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

R = 40.88%
G = 11.68%
B = 47.45%

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

#702082 (or 0x702082) is known color: Seance. HEX triplet: 70, 20 and 82. RGB value is (112,32,130). Sum of RGB (Red+Green+Blue) = 112+32+130=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #702082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702082 is #8FDF7D. Grayscale: #424242. Windows color (decimal): -9428862 or 8527984. OLE color: 8527984.

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

Color convert

RGB 112 32 130 -
CMYK 0.14 0.75 0 0.49
HSL 288.98º 0.6% 0.32% -
HSV(B) 288.98º 0.75% 0.51% -
XYZ 11.23 6.09 21.7 -
YUV 67.09 163.5 160.03 -
System Red Green Blue C M Y K H S L
Decimal 112 32 130 0.14 0.75 0 0.49 288.98 0.6 0.32
Hex 70 20 82 E 4B 0 31 121 3C 20
Octal 160 40 202 16 113 0 61 441 74 40
Binary 1110000 100000 10000010 1110 1001011 0 110001 100100001 111100 100000

Color Harmonies of #702082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702082

Black with #702082

Text Example


Text Example

White with #702082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702082; }

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

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

background-color css

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

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

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

border-color css

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

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

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