Html Css Color HEX #702670 Seance

📋 copy color: '#702670'

red 112 ◦ green 38 ◦ blue 112

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

Shades of Seance #702670

Tints of Seance #702670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.5%

 BLUE value IS 112 (44.14% from 255) = 42.75%

R = 42.75%
G = 14.5%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#702670 (or 0x702670) is known color: Seance. HEX triplet: 70, 26 and 70. RGB value is (112,38,112). Sum of RGB (Red+Green+Blue) = 112+38+112=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #702670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702670 is #8FD98F. Grayscale: #444444. Windows color (decimal): -9427344 or 7349872. OLE color: 7349872.

HSL color Cylindrical-coordinate representation of color #702670: hue angle of 300º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #702670 is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 38 112 -
CMYK 0 0.66 0 0.56
HSL 300º 0.49% 0.29% -
HSV(B) 300º 0.66% 0.44% -
XYZ 10.3 6 15.94 -
YUV 68.56 152.52 158.98 -
System Red Green Blue C M Y K H S L
Decimal 112 38 112 0 0.66 0 0.56 300 0.49 0.29
Hex 70 26 70 0 42 0 38 12C 31 1D
Octal 160 46 160 0 102 0 70 454 61 35
Binary 1110000 100110 1110000 0 1000010 0 111000 100101100 110001 11101

Color Harmonies of #702670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702670

Black with #702670

Text Example


Text Example

White with #702670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702670; }

 p { color: rgb(112,38,112); }

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

background-color css

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

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

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

border-color css

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

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

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