Html Css Color HEX #702280 Seance

📋 copy color: '#702280'

red 112 ◦ green 34 ◦ blue 128

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

Shades of Seance #702280

Tints of Seance #702280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 46.72%

R = 40.88%
G = 12.41%
B = 46.72%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#702280 (or 0x702280) is known color: Seance. HEX triplet: 70, 22 and 80. RGB value is (112,34,128). Sum of RGB (Red+Green+Blue) = 112+34+128=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 128 - color contains mainly: blue. Hex color #702280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702280 is #8FDD7F. Grayscale: #434343. Windows color (decimal): -9428352 or 8397424. OLE color: 8397424.

HSL color Cylindrical-coordinate representation of color #702280: hue angle of 289.79º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #702280 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 34 128 -
CMYK 0.12 0.73 0 0.50
HSL 289.79º 0.58% 0.32% -
HSV(B) 289.79º 0.73% 0.5% -
XYZ 11.15 6.15 21.02 -
YUV 68.04 161.84 159.36 -
System Red Green Blue C M Y K H S L
Decimal 112 34 128 0.12 0.73 0 0.50 289.79 0.58 0.32
Hex 70 22 80 C 49 0 32 122 3A 20
Octal 160 42 200 14 111 0 62 442 72 40
Binary 1110000 100010 10000000 1100 1001001 0 110010 100100010 111010 100000

Color Harmonies of #702280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702280

Black with #702280

Text Example


Text Example

White with #702280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702280; }

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

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

background-color css

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

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

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

border-color css

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

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

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