Html Css Color HEX #703E8D Affair

📋 copy color: '#703E8D'

red 112 ◦ green 62 ◦ blue 141

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

Shades of Affair #703E8D

Tints of Affair #703E8D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.68%

 BLUE value IS 141 (55.47% from 255) = 44.76%

R = 35.56%
G = 19.68%
B = 44.76%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#703E8D (or 0x703E8D) is known color: Affair. HEX triplet: 70, 3E and 8D. RGB value is (112,62,141). Sum of RGB (Red+Green+Blue) = 112+62+141=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #703E8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703E8D is #8FC172. Grayscale: #555555. Windows color (decimal): -9421171 or 9256560. OLE color: 9256560.

HSL color Cylindrical-coordinate representation of color #703E8D: hue angle of 277.97º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #703E8D is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 62 141 -
CMYK 0.21 0.56 0 0.45
HSL 277.97º 0.39% 0.4% -
HSV(B) 277.97º 0.56% 0.55% -
XYZ 13.21 8.81 26.2 -
YUV 85.96 159.07 146.58 -
System Red Green Blue C M Y K H S L
Decimal 112 62 141 0.21 0.56 0 0.45 277.97 0.39 0.4
Hex 70 3E 8D 15 38 0 2D 116 27 28
Octal 160 76 215 25 70 0 55 426 47 50
Binary 1110000 111110 10001101 10101 111000 0 101101 100010110 100111 101000

Color Harmonies of #703E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703E8D

Black with #703E8D

Text Example


Text Example

White with #703E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703E8D; }

 p { color: rgb(112,62,141); }

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

background-color css

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

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

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

border-color css

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

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

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