Html Css Color HEX #703E8C Affair

📋 copy color: '#703E8C'

red 112 ◦ green 62 ◦ blue 140

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

Shades of Affair #703E8C

Tints of Affair #703E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.59%

R = 35.67%
G = 19.75%
B = 44.59%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#703E8C (or 0x703E8C) is known color: Affair. HEX triplet: 70, 3E and 8C. RGB value is (112,62,140). Sum of RGB (Red+Green+Blue) = 112+62+140=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #703E8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703E8C is #8FC173. Grayscale: #555555. Windows color (decimal): -9421172 or 9191024. OLE color: 9191024.

HSL color Cylindrical-coordinate representation of color #703E8C: hue angle of 278.46º 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 #703E8C is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 62 140 -
CMYK 0.20 0.56 0 0.45
HSL 278.46º 0.39% 0.4% -
HSV(B) 278.46º 0.56% 0.55% -
XYZ 13.14 8.78 25.81 -
YUV 85.84 158.57 146.66 -
System Red Green Blue C M Y K H S L
Decimal 112 62 140 0.20 0.56 0 0.45 278.46 0.39 0.4
Hex 70 3E 8C 14 38 0 2D 116 27 28
Octal 160 76 214 24 70 0 55 426 47 50
Binary 1110000 111110 10001100 10100 111000 0 101101 100010110 100111 101000

Color Harmonies of #703E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703E8C

Black with #703E8C

Text Example


Text Example

White with #703E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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